Spaces:
Runtime error
Runtime error
Lisa Stuch
commited on
Commit
·
124032b
1
Parent(s):
9c208e6
Add application file
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ __all__ = ['is_cat', 'learn', 'classify_image', 'categories', 'image', 'label',
|
|
10 |
|
11 |
from fastai.vision.all import *
|
12 |
import gradio as gr
|
|
|
13 |
|
14 |
def is_cat(x): return x[0].isupper()
|
15 |
|
|
|
10 |
|
11 |
from fastai.vision.all import *
|
12 |
import gradio as gr
|
13 |
+
import os
|
14 |
|
15 |
def is_cat(x): return x[0].isupper()
|
16 |
|