franklc commited on
Commit
540efcf
·
verified ·
1 Parent(s): a789ed9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Daniel00611/InceptionV3_72", filename="InceptionV3_72.keras")
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