Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://huggingface.co/spaces/Rafii/fast.ai-lesson2
Browse files
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
|