Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bbsgp
/
SDXL-FWDLora
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bbsgp
commited on
Oct 31, 2023
Commit
7159289
·
1 Parent(s):
8577fcc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -135,4 +135,4 @@ with gr.Blocks(css=css) as demo:
135
136
137
demo.queue()
138
-
demo.launch(auth=("FWDDNA", "10XFWD"))
135
136
137
demo.queue()
138
+
demo.launch(auth=("FWDDNA", "10XFWD")
,share=True
)