Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -173,5 +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 |
-
if __name__ == "__main__":
|
177 |
demo.queue().launch(share=True)
|
|
|
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.queue().launch(share=True)
|