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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ 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
 
52
  theme="grass",
53
  title="DialoGPT-large",
54
  inputs=["text", "state"],
55
+ outputs=["chatbot", "state"],
56
  #css=css
57
  ).launch()
58