wmacdonald commited on
Commit
33e078e
1 Parent(s): b2cf1a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@
3
  __all__ = ['is_zebra', 'learn', 'classify_image', 'categories', 'image', 'label', 'examples', 'intf']
4
 
5
  # Cell
 
6
  import gradio as gr
7
 
8
  def is_zebra(x): return x[0].isupper()
 
3
  __all__ = ['is_zebra', 'learn', 'classify_image', 'categories', 'image', 'label', 'examples', 'intf']
4
 
5
  # Cell
6
+ from fastai.vision.all import *
7
  import gradio as gr
8
 
9
  def is_zebra(x): return x[0].isupper()