Spaces:
Runtime error
Runtime error
Commit
·
8a94dc4
1
Parent(s):
e5abde8
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ chatgpt3_demo = gr.Interface.load(
|
|
| 36 |
sentiment_demo = gr.Interface.load(
|
| 37 |
"models/LiYuan/amazon-review-sentiment-analysis",
|
| 38 |
title=None,
|
| 39 |
-
description="
|
| 40 |
)
|
| 41 |
|
| 42 |
|
|
|
|
| 36 |
sentiment_demo = gr.Interface.load(
|
| 37 |
"models/LiYuan/amazon-review-sentiment-analysis",
|
| 38 |
title=None,
|
| 39 |
+
description="Amazon Reviews",
|
| 40 |
)
|
| 41 |
|
| 42 |
|