Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ayoolaolafenwa
/
ChatLM
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ayoolaolafenwa
commited on
Jun 28, 2023
Commit
7483a0c
·
1 Parent(s):
3cc692c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -110,4 +110,4 @@ with gr.Blocks() as demo:
110
111
112
demo.queue(max_size=32, concurrency_count=2)
113
-
demo.launch(
share = True
)
110
111
112
demo.queue(max_size=32, concurrency_count=2)
113
+
demo.launch()