d0r1h commited on
Commit
eab9776
·
1 Parent(s): 45accd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,5 +13,5 @@ def predict(input, history=[]):
13
 
14
  return response, history
15
 
16
- gr.Interface(fn=predict, title="DialoGPT-large", inputs=[gr.inputs.Textbox(placeholder="Write a text"), "state"],
17
  outputs=[gr.outputs.Textbox(label="Output"), "state"]).launch()
 
13
 
14
  return response, history
15
 
16
+ gr.Interface(fn=predict, title="ineuronbot", inputs=[gr.inputs.Textbox(placeholder="Write a text"), "state"],
17
  outputs=[gr.outputs.Textbox(label="Output"), "state"]).launch()