Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -151,6 +151,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 151 |
fn=generate_image,
|
| 152 |
inputs=[prompt, select_base, select_motion, select_step],
|
| 153 |
outputs=video,
|
|
|
|
| 154 |
)
|
| 155 |
|
| 156 |
gr.Examples(
|
|
|
|
| 151 |
fn=generate_image,
|
| 152 |
inputs=[prompt, select_base, select_motion, select_step],
|
| 153 |
outputs=video,
|
| 154 |
+
api_name = "instant_video"
|
| 155 |
)
|
| 156 |
|
| 157 |
gr.Examples(
|