Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from tensorflow.keras.applications.inception_v3 import preprocess_input
|
|
| 7 |
import plotly.graph_objects as go
|
| 8 |
|
| 9 |
# Descarga el modelo a tu máquina local
|
| 10 |
-
model_path = hf_hub_download(repo_id="
|
| 11 |
# Cargar tu modelo de TensorFlow en formato .keras
|
| 12 |
model = keras.models.load_model(model_path)
|
| 13 |
|
|
|
|
| 7 |
import plotly.graph_objects as go
|
| 8 |
|
| 9 |
# Descarga el modelo a tu máquina local
|
| 10 |
+
model_path = hf_hub_download(repo_id="franklc/InceptionV3_72", filename="InceptionV3_72.keras")
|
| 11 |
# Cargar tu modelo de TensorFlow en formato .keras
|
| 12 |
model = keras.models.load_model(model_path)
|
| 13 |
|