paloma99 commited on
Commit
e617f71
·
verified ·
1 Parent(s): f718f04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -31,9 +31,6 @@ def predict_chatbot(input, history=[]):
31
 
32
  chatbot_gradio_app = gr.ChatInterface(
33
  fn=predict_chatbot,
34
- inputs=gr.Textbox(show_label=False, placeholder="Enter text and press enter"),
35
- outputs=gr.Textbox(),
36
- live=True,
37
  title="Greta",
38
  )
39
 
 
31
 
32
  chatbot_gradio_app = gr.ChatInterface(
33
  fn=predict_chatbot,
 
 
 
34
  title="Greta",
35
  )
36