Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,13 +4,11 @@ import gradio as gr
|
|
4 |
|
5 |
#this func is from learner
|
6 |
|
7 |
-
|
8 |
def is_cat(x): return x[0].isupper()
|
9 |
|
10 |
-
|
11 |
-
|
12 |
-
1234asdasdas
|
13 |
-
>>>>>>> 4475dde65165046e417df4ccbb46084fee622e1c
|
14 |
# #posix path error handler from stack overflow
|
15 |
# import pathlib
|
16 |
# temp = pathlib.PosixPath
|
|
|
4 |
|
5 |
#this func is from learner
|
6 |
|
7 |
+
|
8 |
def is_cat(x): return x[0].isupper()
|
9 |
|
10 |
+
|
11 |
+
|
|
|
|
|
12 |
# #posix path error handler from stack overflow
|
13 |
# import pathlib
|
14 |
# temp = pathlib.PosixPath
|