Spaces:
Running on Zero
Running on Zero
Update app_fast.py
Browse files- app_fast.py +2 -2
app_fast.py
CHANGED
|
@@ -187,8 +187,8 @@ with gr.Blocks() as demo:
|
|
| 187 |
["peng.png", "a penguin running towards camera joyfully, Antarctica", 896, 512],
|
| 188 |
],
|
| 189 |
|
| 190 |
-
inputs=[input_image_component, prompt_input, height_input, width_input], outputs=[video_output, seed_input], fn=generate_video, cache_examples=
|
| 191 |
)
|
| 192 |
|
| 193 |
if __name__ == "__main__":
|
| 194 |
-
demo.queue().launch()
|
|
|
|
| 187 |
["peng.png", "a penguin running towards camera joyfully, Antarctica", 896, 512],
|
| 188 |
],
|
| 189 |
|
| 190 |
+
inputs=[input_image_component, prompt_input, height_input, width_input], outputs=[video_output, seed_input], fn=generate_video, cache_examples=True
|
| 191 |
)
|
| 192 |
|
| 193 |
if __name__ == "__main__":
|
| 194 |
+
demo.queue().launch(mcp_server=True)
|