Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,6 @@ from gradio import media_data, processing_utils, utils
|
|
| 6 |
from gradio import encryptor, utils
|
| 7 |
|
| 8 |
|
| 9 |
-
|
| 10 |
def is_cat(x):returnx[0].isupper()
|
| 11 |
|
| 12 |
learn=load_learner('modelcptn.pkl')
|
|
|
|
| 6 |
from gradio import encryptor, utils
|
| 7 |
|
| 8 |
|
|
|
|
| 9 |
def is_cat(x):returnx[0].isupper()
|
| 10 |
|
| 11 |
learn=load_learner('modelcptn.pkl')
|