Rajesh3338 commited on
Commit
0743403
·
verified ·
1 Parent(s): a417ad0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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()