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