linoyts HF Staff commited on
Commit
e8be299
·
verified ·
1 Parent(s): e6f4251

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -632,7 +632,4 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
632
 
633
  run_event.then(lambda img, *_: img, inputs=[result], outputs=[prev_output])
634
 
635
- gr.api(infer_camera_edit, api_name="infer_edit_camera_angles")
636
- gr.api(create_video_between_images, api_name="create_video_between_images")
637
-
638
- demo.launch(mcp_server=True, show_api=True)
 
632
 
633
  run_event.then(lambda img, *_: img, inputs=[result], outputs=[prev_output])
634
 
635
+ demo.launch(mcp_server=True)