Spaces:
Runtime error
Runtime error
Commit
·
d53bdab
1
Parent(s):
680d06f
Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,7 @@ import pickle
|
|
12 |
import tensorflow as tf
|
13 |
import gradio as gr
|
14 |
|
15 |
-
|
16 |
-
model_path = "model.pkl"
|
17 |
model = tf.keras.models.load_model(model_path)
|
18 |
|
19 |
# Define the labels
|
|
|
12 |
import tensorflow as tf
|
13 |
import gradio as gr
|
14 |
|
15 |
+
model_path = "model.h5"
|
|
|
16 |
model = tf.keras.models.load_model(model_path)
|
17 |
|
18 |
# Define the labels
|