Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
|
| 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)
|
|
|
|
|
|
|
|
|