Rajesh3338 commited on
Commit
e4c4a7c
·
verified ·
1 Parent(s): 70b65d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -67,6 +67,4 @@ with gr.Blocks() as demo:
67
  history.append((user_message, bot_reply))
68
  return history, history
69
 
70
- send_button.click(interact, inputs=[user_input, chat_history], outputs=[chat_history, chat_history])
71
-
72
- # Note: No launch() call here. Hugging Face will handle this.
 
67
  history.append((user_message, bot_reply))
68
  return history, history
69
 
70
+ send_button.click(interact, inputs=[user_input, chat_history], outputs=[chat_history, chat_history])