Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -58,4 +58,4 @@ with gr.Blocks() as demo:
|
|
58 |
#history_box = gr.Textbox()
|
59 |
#history_button.click(history, inputs=chatbot, outputs=history_box)
|
60 |
gr.close_all()
|
61 |
-
demo.launch()
|
|
|
58 |
#history_box = gr.Textbox()
|
59 |
#history_button.click(history, inputs=chatbot, outputs=history_box)
|
60 |
gr.close_all()
|
61 |
+
demo.launch()
|