Spaces:
Sleeping
Sleeping
Commit
Β·
5a493cf
1
Parent(s):
40d1f52
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,9 @@ read_token = str(os.environ['read_token'])
|
|
| 8 |
title = "DSA II"
|
| 9 |
|
| 10 |
description_main = """
|
| 11 |
-
A set of models to perform sentiment analysis. Choose between Large-Multilingual or Small-En-only.
|
|
|
|
|
|
|
| 12 |
"""
|
| 13 |
|
| 14 |
description_L = """
|
|
@@ -27,6 +29,8 @@ examples = [
|
|
| 27 |
|
| 28 |
interface_words = gr.Interface(
|
| 29 |
fn=None,
|
|
|
|
|
|
|
| 30 |
description=description_main,
|
| 31 |
)
|
| 32 |
|
|
|
|
| 8 |
title = "DSA II"
|
| 9 |
|
| 10 |
description_main = """
|
| 11 |
+
A set of models to perform sentiment analysis. Choose between Large-Multilingual or Small-En-only.
|
| 12 |
+
|
| 13 |
+
Select one of the two pages to start querying one of the two models.
|
| 14 |
"""
|
| 15 |
|
| 16 |
description_L = """
|
|
|
|
| 29 |
|
| 30 |
interface_words = gr.Interface(
|
| 31 |
fn=None,
|
| 32 |
+
inputs=None,
|
| 33 |
+
outputs=None,
|
| 34 |
description=description_main,
|
| 35 |
)
|
| 36 |
|