dennis-fast commited on
Commit
e1772ff
1 Parent(s): c0860ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def predict(input, history=[]):
33
 
34
 
35
  gr.Interface(fn=predict,
36
- title="DialoGPT-small",
37
  inputs=["text", "state"],
38
  outputs=["chatbot", "state"],
39
  allow_screenshot=False,
33
 
34
 
35
  gr.Interface(fn=predict,
36
+ title="DialoGPT-large",
37
  inputs=["text", "state"],
38
  outputs=["chatbot", "state"],
39
  allow_screenshot=False,