dennis-fast commited on
Commit
13c135d
1 Parent(s): 0334332

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -51,8 +51,8 @@ css = """
51
  gr.Interface(fn=predict,
52
  theme="grass",
53
  title="DialoGPT-large",
54
- inputs=[gr.inputs.Textbox(placeholder="How are you?"), "state"],
55
- outputs=["html", "state"],
56
  #css=css
57
  ).launch()
58
 
51
  gr.Interface(fn=predict,
52
  theme="grass",
53
  title="DialoGPT-large",
54
+ inputs=["text", "state"],
55
+ outputs=["text", "state"],
56
  #css=css
57
  ).launch()
58