Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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(
|
|
|
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()
|