CDStefan commited on
Commit
208de4a
1 Parent(s): 0348849

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -1,10 +1,8 @@
1
 
2
- %%capture
3
  !pip install huggingface_hub["fastai"]
4
 
5
  import gradio as gr
6
- import fastbook
7
- from fastbook import load_learner
8
 
9
  learn = load_learner(path/'export.pkl')
10
 
 
1
 
 
2
  !pip install huggingface_hub["fastai"]
3
 
4
  import gradio as gr
5
+ import fastai*
 
6
 
7
  learn = load_learner(path/'export.pkl')
8