Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
chansung
/
LLaMA-7B
like
41
Runtime error
App
Files
Files
Community
6
chansung
commited on
Mar 3, 2023
Commit
2334dc1
•
1 Parent(s):
f745223
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,4 @@ with gr.Blocks() as demo:
25
26
textbox.submit(chat, textbox, chatbot)
27
28
-
demo.queue().launch()
25
26
textbox.submit(chat, textbox, chatbot)
27
28
+
demo.queue(
api_open=False
).launch()