cls00 commited on
Commit
d3a9b66
·
verified ·
1 Parent(s): aeef81e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -3,6 +3,10 @@
3
  # %% auto 0
4
  __all__ = ['learn', 'categories', 'im_size', 'examples', 'intf', 'classify_image']
5
 
 
 
 
 
6
  # %% ../app.ipynb 4
7
  learn = load_learner('ft_resnet18_10epochs.pkl')
8
 
 
3
  # %% auto 0
4
  __all__ = ['learn', 'categories', 'im_size', 'examples', 'intf', 'classify_image']
5
 
6
+ #importing
7
+ from fastai.vision.all import *
8
+ import gradio as gr
9
+
10
  # %% ../app.ipynb 4
11
  learn = load_learner('ft_resnet18_10epochs.pkl')
12