Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,5 +74,4 @@ with gr.Blocks() as demo: # Removed @spaces.GPU here
|
|
74 |
|
75 |
send_button.click(interact, inputs=[user_input, chat_history], outputs=[chat_history, chat_history])
|
76 |
|
77 |
-
demo.launch()
|
78 |
-
|
|
|
74 |
|
75 |
send_button.click(interact, inputs=[user_input, chat_history], outputs=[chat_history, chat_history])
|
76 |
|
77 |
+
demo.launch()
|
|