chuckma commited on
Commit
f492a64
·
1 Parent(s): c393935

add image file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ _all_ = ['is_cat', 'learn', 'classify_image'
7
  'image',
8
  'label', 'examples', 'intf']
9
  # Cell
10
- from fastai.vision.al1 import *
11
  import gradio as gr
12
  def is_cat(x): return x[0].isupper()
13
  # Cell
 
7
  'image',
8
  'label', 'examples', 'intf']
9
  # Cell
10
+ from fastai.vision.all import *
11
  import gradio as gr
12
  def is_cat(x): return x[0].isupper()
13
  # Cell