Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
prithivMLmods
/
FLUX-LoRA-DLC
like
906
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
prithivMLmods
commited on
24 days ago
Commit
f5424b5
·
verified
·
1 Parent(s):
07bb31f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -2420,4 +2420,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
2420
)
2421
2422
app.queue()
2423
-
app.launch(ssr_mode=False)
2420
)
2421
2422
app.queue()
2423
+
app.launch(ssr_mode=False
, show_error=True
)