Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
playgroundai/playground-v2.5
poulpy5
/
Kroqbot2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
poulpy5
commited on
Feb 23
Commit
1368d57
·
verified
·
1 Parent(s):
fb9e892
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -203,4 +203,4 @@ with gr.Blocks(css=css) as demo:
203
)
204
205
if __name__ == "__main__":
206
-
demo.queue(max_size=20).launch()
203
)
204
205
if __name__ == "__main__":
206
+
demo.queue(max_size=20).launch(
share=True
)