Spaces:
Sleeping
Sleeping
rafiahmed patel
commited on
Commit
·
fb773ae
1
Parent(s):
8742324
ad
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
|
5 |
#this func is from learner
|
6 |
|
7 |
-
|
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
|