Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ examples = [["Nice 9% pre market move for $para, pump my calls Uncle\_Buffett\_
|
|
10 |
]
|
11 |
|
12 |
interface = gr.Interface.load("models/StephanAkkerman/FinTwitBERT-sentiment",
|
13 |
-
description=description,
|
14 |
examples=examples
|
15 |
)
|
16 |
|
|
|
10 |
]
|
11 |
|
12 |
interface = gr.Interface.load("models/StephanAkkerman/FinTwitBERT-sentiment",
|
13 |
+
#description=description,
|
14 |
examples=examples
|
15 |
)
|
16 |
|