Spaces:
Runtime error
Runtime error
fix bug
Browse files
app.py
CHANGED
@@ -235,4 +235,5 @@ with gr.Blocks() as demo:
|
|
235 |
buttonStop.click(lambda : [gr.update(visible=True), gr.update(visible=False)], [], [buttonClear, buttonStop], cancels=[inference_event])
|
236 |
buttonClear.click(clear_history, [], chatbot)
|
237 |
|
238 |
-
demo.queue().launch(share=False, inbrowser=True, server_name="127.0.0.1", server_port=7001)
|
|
|
|
235 |
buttonStop.click(lambda : [gr.update(visible=True), gr.update(visible=False)], [], [buttonClear, buttonStop], cancels=[inference_event])
|
236 |
buttonClear.click(clear_history, [], chatbot)
|
237 |
|
238 |
+
# demo.queue().launch(share=False, inbrowser=True, server_name="127.0.0.1", server_port=7001)
|
239 |
+
demo.queue().launch()
|