Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -173,4 +173,4 @@ with gr.Blocks() as demo:
|
|
173 |
inputs=[input_image_component, prompt_input, height_input, width_input], outputs=[video_output, seed_input], fn=generate_video, cache_examples="lazy"
|
174 |
)
|
175 |
|
176 |
-
demo.
|
|
|
173 |
inputs=[input_image_component, prompt_input, height_input, width_input], outputs=[video_output, seed_input], fn=generate_video, cache_examples="lazy"
|
174 |
)
|
175 |
|
176 |
+
demo.launch(share=True)
|