fabiolamp commited on
Commit
568c451
·
verified ·
1 Parent(s): f68cc63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ import gradio as gr
3
  import torch
4
 
5
 
6
- title = "Marie Laure cat bot"
7
- description = "She answers everything you ask, and even things you don't ask ≽^- ˕ -^≼"
8
  examples = [["How are you?"]]
9
 
10
 
 
3
  import torch
4
 
5
 
6
+ title = "microsoft/DialoGPT"
7
+ description = ""
8
  examples = [["How are you?"]]
9
 
10