Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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')
|