Spaces:
Running
on
Zero
Running
on
Zero
jiminHuang
commited on
Commit
•
64bcd28
1
Parent(s):
48126d7
Update app.py
Browse files
app.py
CHANGED
@@ -115,5 +115,5 @@ with gr.Blocks(fill_height=True) as demo:
|
|
115 |
chatbot=chatbot,
|
116 |
)
|
117 |
|
118 |
-
demo.queue(api_open=
|
119 |
-
demo.launch(show_api=
|
|
|
115 |
chatbot=chatbot,
|
116 |
)
|
117 |
|
118 |
+
demo.queue(api_open=True)
|
119 |
+
demo.launch(show_api=True, share=False)
|