Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -632,4 +632,7 @@ 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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 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)
|