dpravinv commited on
Commit
6dd3887
·
1 Parent(s): a811d01

Update app.py

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