Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Deadmon/scribble-pony-sdxl-A10-L
Deadmon
/
scribble-pony-sdxl-ZGPU
like
5
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Deadmon
commited on
Jul 7, 2024
Commit
6d91a84
·
verified
·
1 Parent(s):
6a9250c
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(show_error=True)
348
349
350
351
+
demo.queue().launch(show_error=True
, ssl_verify=False
)