Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,4 +51,5 @@ def create_video_from_text(text):
|
|
51 |
return "text.mp4"
|
52 |
|
53 |
iface = gr.Interface(fn=create_video_from_text, inputs="text", outputs=gr.Video())
|
54 |
-
|
|
|
|
51 |
return "text.mp4"
|
52 |
|
53 |
iface = gr.Interface(fn=create_video_from_text, inputs="text", outputs=gr.Video())
|
54 |
+
if __name__ == "__main__":
|
55 |
+
iface.launch()
|