Berbex commited on
Commit
099934f
Β·
1 Parent(s): 53d0d3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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')