jdinh commited on
Commit
cc1ba20
·
1 Parent(s): 1792cf5

attempt to import fastai

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  __all__ = ['learn','classify_image','categories','image','label','examples','intf']
2
 
3
-
4
  import gradio as gr
5
 
6
  learn = load_learner('model.pkl')
 
1
  __all__ = ['learn','classify_image','categories','image','label','examples','intf']
2
 
3
+ from huggingface_hub import fastai
4
  import gradio as gr
5
 
6
  learn = load_learner('model.pkl')