Update app.py
Browse files
app.py
CHANGED
|
@@ -40,4 +40,4 @@ iface = gr.Interface(
|
|
| 40 |
description="Generate a simple video from text using Stable Diffusion to create image frames.",
|
| 41 |
)
|
| 42 |
|
| 43 |
-
iface.launch(debug=
|
|
|
|
| 40 |
description="Generate a simple video from text using Stable Diffusion to create image frames.",
|
| 41 |
)
|
| 42 |
|
| 43 |
+
iface.launch(debug=True)
|