Spaces:
Runtime error
Runtime error
Remove relative import of labels
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from huggingface_hub import from_pretrained_keras
|
3 |
from tensorflow.keras.preprocessing.image import array_to_img, img_to_array
|
4 |
|
5 |
-
from
|
6 |
|
7 |
|
8 |
model = from_pretrained_keras("jsolow/grubguesser")
|
|
|
2 |
from huggingface_hub import from_pretrained_keras
|
3 |
from tensorflow.keras.preprocessing.image import array_to_img, img_to_array
|
4 |
|
5 |
+
from labels import CLASS_LABELS
|
6 |
|
7 |
|
8 |
model = from_pretrained_keras("jsolow/grubguesser")
|