Berbex commited on
Commit
709816c
Β·
1 Parent(s): 211c106

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
1
  import gradio as gr
2
 
 
 
3
  dataset = load_dataset("zeroshot/twitter-financial-news-sentiment")
4
  dataset
5
  categories = ('Car in good condition','Damaged Car')
 
1
  import gradio as gr
2
 
3
+ from datasets import load_dataset
4
+
5
  dataset = load_dataset("zeroshot/twitter-financial-news-sentiment")
6
  dataset
7
  categories = ('Car in good condition','Damaged Car')