rajeshradhakrishnan commited on
Commit
731013e
1 Parent(s): c93ba91

Changing the model org

Browse files

updated the repo to hugginglearners

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ LABELS = Path('class_names.txt').read_text().splitlines()
8
 
9
 
10
  def predict(news_headline):
11
- learner = from_pretrained_fastai("rajeshradhakrishnan/ml-news-classify-fastai")
12
 
13
  probabilities = learner.predict(news_headline)
14
 
8
 
9
 
10
  def predict(news_headline):
11
+ learner = from_pretrained_fastai("hugginglearners/ml-news-classify-fastai")
12
 
13
  probabilities = learner.predict(news_headline)
14