Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ def diffusion_app():
|
|
| 42 |
with gr.Tab("Zero Shot Text2Video"):
|
| 43 |
ZeroShotText2VideoGenerator.app()
|
| 44 |
|
| 45 |
-
app.launch(debug=True
|
| 46 |
|
| 47 |
|
| 48 |
if __name__ == "__main__":
|
|
|
|
| 42 |
with gr.Tab("Zero Shot Text2Video"):
|
| 43 |
ZeroShotText2VideoGenerator.app()
|
| 44 |
|
| 45 |
+
app.launch(debug=True)
|
| 46 |
|
| 47 |
|
| 48 |
if __name__ == "__main__":
|