Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
import tensorflow as tf
|
| 3 |
import numpy as np
|
| 4 |
|
| 5 |
-
model = tf.keras.models.load_model("hf://JaviSwift/
|
| 6 |
|
| 7 |
def predict_image(img):
|
| 8 |
"""
|
|
|
|
| 2 |
import tensorflow as tf
|
| 3 |
import numpy as np
|
| 4 |
|
| 5 |
+
model = tf.keras.models.load_model("hf://JaviSwift/simple-convolutional.keras")
|
| 6 |
|
| 7 |
def predict_image(img):
|
| 8 |
"""
|