Spaces:
Sleeping
Sleeping
rafiahmed patel
commited on
Commit
·
64787b4
1
Parent(s):
92f618d
commented
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from fastai.vision.all import *
|
|
3 |
import gradio as gr
|
4 |
|
5 |
|
6 |
-
def is_cat(x): return x[0].isupper()
|
7 |
|
8 |
# #posix path error handler from stack overflow
|
9 |
# import pathlib
|
|
|
3 |
import gradio as gr
|
4 |
|
5 |
|
6 |
+
# def is_cat(x): return x[0].isupper()
|
7 |
|
8 |
# #posix path error handler from stack overflow
|
9 |
# import pathlib
|