fabiolamp commited on
Commit
a1c1166
·
verified ·
1 Parent(s): a3d8dd6

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 ChatBot"
7
- description = "(DialoGPT)"
8
  examples = [["How are you?"]]
9
 
10
 
 
3
  import torch
4
 
5
 
6
+ title = "Marie Laure cat bot"
7
+ description = "she answers you everything you ask and you do not ask ≽^- ˕ -^≼"
8
  examples = [["How are you?"]]
9
 
10