akhaliq HF staff commited on
Commit
0b5f8fc
1 Parent(s): 63e6a1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,4 +13,4 @@ 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 message as if writing a text message to a human."), "state"], outputs=[gr.outputs.Textbox(label="Output")), "state"]).launch()
 
13
 
14
  return response, history
15
 
16
+ gr.Interface(fn=predict, title="DialoGPT-large", inputs=[gr.inputs.Textbox(placeholder="Write a text message as if writing a text message to a human."), "state"], outputs=[gr.outputs.Textbox(label="Output"), "state"]).launch()