Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from fastai.vision.all import *
|
3 |
|
4 |
-
learn = load_learner("zeroshot/twitter-financial-news-topic")
|
5 |
learn
|
6 |
|
7 |
categories = ('Car in good condition','Damaged Car')
|
|
|
1 |
import gradio as gr
|
2 |
from fastai.vision.all import *
|
3 |
|
4 |
+
learn = load_learner("huggingface/zeroshot/twitter-financial-news-topic")
|
5 |
learn
|
6 |
|
7 |
categories = ('Car in good condition','Damaged Car')
|