Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
KingNish/Instant-Video
AI-Platform
/
Mochi_1_Video
like
8
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Update app.py
#1
by
Junaidb
- opened
Nov 30, 2024
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -166,6 +166,6 @@ with gr.Blocks(css="style.css") as demo:
166
cache_examples="lazy",
167
)
168
169
-
demo.queue().launch()
170
171
Translate
166
cache_examples="lazy",
167
)
168
169
+
demo.queue().launch(
show_error=True
)
170
171
Translate