rafiahmed patel commited on
Commit
8742324
·
2 Parent(s): b0c705a 64787b4

Merge branch 'main' of https://huggingface.co/spaces/Rafii/fast.ai-lesson2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
 
5
  #this func is from learner
6
 
7
- def is_cat(x): return x[0].isupper()
8
 
9
  # #posix path error handler from stack overflow
10
  # import pathlib
 
4
 
5
  #this func is from learner
6
 
7
+ # def is_cat(x): return x[0].isupper()
8
 
9
  # #posix path error handler from stack overflow
10
  # import pathlib