Spaces:
Runtime error
Runtime error
Commit
·
c2f5f00
1
Parent(s):
e531056
Update app.py
Browse files
app.py
CHANGED
@@ -237,4 +237,4 @@ with demo:
|
|
237 |
gr.Markdown("This program text-to-video AI software generating videos from any prompt! AI software to build an art gallery. The future version will use Dalle-2 For more info visit [ruslanmv.com](https://ruslanmv.com/) ")
|
238 |
button_gen_video.click(fn=get_output_video, inputs=input_start_text, outputs=output_interpolation)
|
239 |
|
240 |
-
demo.launch(debug=False)
|
|
|
237 |
gr.Markdown("This program text-to-video AI software generating videos from any prompt! AI software to build an art gallery. The future version will use Dalle-2 For more info visit [ruslanmv.com](https://ruslanmv.com/) ")
|
238 |
button_gen_video.click(fn=get_output_video, inputs=input_start_text, outputs=output_interpolation)
|
239 |
|
240 |
+
demo.launch(debug=False)
|