Spaces:
Running
Running
Update app.py
#5
by
Josejc00
- opened
app.py
CHANGED
@@ -191,4 +191,4 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
|
|
191 |
b1.click(reset_textbox, [], [inputs, b1], queue=False)
|
192 |
b1.click(predict, [inputs, top_p, temperature, chat_counter, chatbot, state], [chatbot, state, chat_counter, server_status_code, inputs, b1],) #openai_api_key
|
193 |
|
194 |
-
demo.queue(max_size=20, concurrency_count=NUM_THREADS, api_open=False).launch(share=
|
|
|
191 |
b1.click(reset_textbox, [], [inputs, b1], queue=False)
|
192 |
b1.click(predict, [inputs, top_p, temperature, chat_counter, chatbot, state], [chatbot, state, chat_counter, server_status_code, inputs, b1],) #openai_api_key
|
193 |
|
194 |
+
demo.queue(max_size=20, concurrency_count=NUM_THREADS, api_open=False).launch(share=True)
|