sja820 commited on
Commit
f0f8316
·
verified ·
1 Parent(s): 56d3e17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ Original file is located at
8
 
9
  ## Gradio Pets
10
  """
11
-
12
  import gradio as gr
13
 
14
  def is_cat(x): return x[0].isupper()
 
8
 
9
  ## Gradio Pets
10
  """
11
+ from fastai.vision.all import *
12
  import gradio as gr
13
 
14
  def is_cat(x): return x[0].isupper()