Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
playgroundai/playground-v2.5
poulpy5
/
Kroqbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
poulpy5
commited on
Jul 10, 2024
Commit
ab309ef
·
verified
·
1 Parent(s):
49442a5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -198,5 +198,6 @@ with gr.Blocks(css=css) as demo:
198
)
199
200
if __name__ == "__main__":
201
-
demo.queue(max_size=20).launch()
202
198
)
199
200
if __name__ == "__main__":
201
+
demo.queue(max_size=20).launch(
share=True
)
202
+
203