Rooni commited on
Commit
10c6e83
·
1 Parent(s): 9c16db8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def generate_response(dialog):
26
 
27
  iface = gr.Interface(
28
  fn=generate_response,
29
- inputs=gr.Textbox(prompt="You:"),
30
  outputs=gr.Textbox(),
31
  live=True,
32
  title="Chat with GPT-3.5-turbo",
 
26
 
27
  iface = gr.Interface(
28
  fn=generate_response,
29
+ inputs=gr.Textbox(),
30
  outputs=gr.Textbox(),
31
  live=True,
32
  title="Chat with GPT-3.5-turbo",