Tonic commited on
Commit
7e5d482
·
1 Parent(s): a55744e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import torch
4
 
5
 
6
  title = "EZChat"
7
- description = "A State-of-the-Art Large-scale Pretrained Response generation model (DialoGPT)"
8
  examples = [["How are you?"]]
9
 
10
 
 
4
 
5
 
6
  title = "EZChat"
7
+ description = "A State-of-the-Art Large-scale Pretrained Response generation model (storytime-13B)"
8
  examples = [["How are you?"]]
9
 
10