rafiahmed patel commited on
Commit
fb773ae
·
1 Parent(s): 8742324
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