Tonic commited on
Commit
78f66f0
·
1 Parent(s): 5febbde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
 
@@ -44,4 +44,4 @@ gr.Interface(
44
  inputs=["text", "state"],
45
  outputs=["chatbot", "state"],
46
  theme="ParityError/Anime",
47
- ).launch(trust_remote_code=True)
 
4
 
5
 
6
  title = "EZChat"
7
+ description = "A State-of-the-Art Large-scale Pretrained Response generation model Qwen's 7B-Chat"
8
  examples = [["How are you?"]]
9
 
10
 
 
44
  inputs=["text", "state"],
45
  outputs=["chatbot", "state"],
46
  theme="ParityError/Anime",
47
+ ).launch()