Spaces:
Runtime error
Runtime error
weiwei1392
commited on
Commit
·
97a8c32
1
Parent(s):
182d290
close share
Browse files
app.py
CHANGED
@@ -169,4 +169,4 @@ with gr.Blocks(css=block_css) as demo:
|
|
169 |
file_button.click(fn=files_correct, inputs=[chatbot, folder_address, llm], outputs=[chatbot])
|
170 |
|
171 |
|
172 |
-
demo.queue(concurrency_count=5).launch(show_api=False)
|
|
|
169 |
file_button.click(fn=files_correct, inputs=[chatbot, folder_address, llm], outputs=[chatbot])
|
170 |
|
171 |
|
172 |
+
demo.queue(concurrency_count=5).launch(show_api=False,share=False)
|