StephanAkkerman commited on
Commit
68c8acb
·
verified ·
1 Parent(s): 44f8beb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -9,9 +9,4 @@ examples = [["Nice 9% pre market move for $para, pump my calls Uncle\_Buffett\_
9
  ["Italian companies braced for more political uncertainty"]
10
  ]
11
 
12
- interface = gr.Interface.load("models/StephanAkkerman/FinTwitBERT-sentiment",
13
- #description=description,
14
- #examples=examples
15
- )
16
-
17
- interface.launch()
 
9
  ["Italian companies braced for more political uncertainty"]
10
  ]
11
 
12
+ gr.Interface.load("models/StephanAkkerman/FinTwitBERT-sentiment").launch()