rafiahmed patel commited on
Commit
b0c705a
·
1 Parent(s): 92f618d

added back

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@
2
  from fastai.vision.all import *
3
  import gradio as gr
4
 
 
5
 
6
  def is_cat(x): return x[0].isupper()
7
 
 
2
  from fastai.vision.all import *
3
  import gradio as gr
4
 
5
+ #this func is from learner
6
 
7
  def is_cat(x): return x[0].isupper()
8