mkoot007 commited on
Commit
b8c2412
·
1 Parent(s): eefcfe1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ def chat_with_model(input_text):
13
 
14
  iface = gr.Interface(
15
  fn=chat_with_model,
16
- inputs=gr.Textbox(prompt="You:"),
17
- outputs=gr.Textbox(prompt="Bot:"),
18
  )
19
 
20
  iface.launch()
 
13
 
14
  iface = gr.Interface(
15
  fn=chat_with_model,
16
+ inputs=gr.Textbox("You:"),
17
+ outputs=gr.Textbox("Bot:"),
18
  )
19
 
20
  iface.launch()