Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
charliebaby2023/Diffusion80XX
NativeAngels
/
Diffusion80XX
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
charliebaby2023
commited on
Oct 28, 2024
Commit
0749675
·
verified
·
1 Parent(s):
5ec0cd2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -96,7 +96,7 @@ with gr.Blocks(css="""
96
make_me()
97
98
demo.queue()
99
-
demo.launch(max_threads=100
, share=True
)
100
101
102
96
make_me()
97
98
demo.queue()
99
+
demo.launch(max_threads=100 )
100
101
102