Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Deadmon/scribble-pony-sdxl-ZGPU
EX4L
/
seponyxl
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Deadmon
commited on
Jul 6, 2024
Commit
9485def
·
verified
·
1 Parent(s):
a99fecc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -348,4 +348,4 @@ with gr.Blocks(css="style.css", js=js_func) as demo:
348
349
350
351
-
demo.queue().launch()
348
349
350
351
+
demo.queue().launch(
show_error=True
)