Update app.py
Browse files
app.py
CHANGED
@@ -153,4 +153,4 @@ with gr.Blocks(css="""#col_container { margin-left: auto; margin-right: auto;} #
|
|
153 |
chatbot, state, chat_counter],) # openai_api_key
|
154 |
inputs.submit(reset_textbox, [], [inputs])
|
155 |
|
156 |
-
demo.queue(max_size=10
|
|
|
153 |
chatbot, state, chat_counter],) # openai_api_key
|
154 |
inputs.submit(reset_textbox, [], [inputs])
|
155 |
|
156 |
+
demo.queue(max_size=10).launch(debug=True)
|