utshox commited on
Commit
15a5bf7
1 Parent(s): d78fd93
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,7 +1,8 @@
1
  __all__=['is_cat','learn','classify_image','categories','image','label','examples','intf']
2
 
3
 
4
- from fastai.vision.all import*
 
5
  import gradio as gr
6
 
7
  def is_cat(x): return x[0].isupper()
 
1
  __all__=['is_cat','learn','classify_image','categories','image','label','examples','intf']
2
 
3
 
4
+ from fastai.vision.all import *
5
+
6
  import gradio as gr
7
 
8
  def is_cat(x): return x[0].isupper()