Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
weiwei1392
/
paper_generate
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
weiwei1392
commited on
May 8, 2023
Commit
076430a
·
1 Parent(s):
74cf2ac
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -181,4 +181,4 @@ with gr.Blocks(css=block_css) as demo:
181
outputs=[chatbot])
182
183
184
-
demo.queue(concurrency_count=5).launch(
share=True
)
181
outputs=[chatbot])
182
183
184
+
demo.queue(concurrency_count=5).launch()