Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aakash0563
/
Text-to-Video
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
aakash0563
commited on
Jan 1, 2024
Commit
f4db27b
·
1 Parent(s):
ff380da
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -30,4 +30,4 @@ iface = gr.Interface(
30
)
31
32
# Launch the app
33
-
iface.launch()
30
)
31
32
# Launch the app
33
+
iface.launch(
debug=True
)