Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
el-el-san
/
t2i_demo
like
9
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
el-el-san
commited on
Jun 15, 2024
Commit
b657258
·
verified
·
1 Parent(s):
27b38b5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -170,4 +170,4 @@ with gr.Blocks(css=css) as demo:
170
outputs=[result]
171
)
172
173
-
demo.queue().launch()
170
outputs=[result]
171
)
172
173
+
demo.queue().launch(
show_error=True
)