Skip to content

Commit

Permalink
added modelo1 and modelo4
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoperea20 committed May 11, 2023
1 parent aee425f commit 3692ed6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ def clasification():
option_selected = request.form['opciones']
if option_selected == "opcion4":
# Cargar el modelo guardado
model = load_model("app\modelo.h5")
model = load_model("app\modelo4.h5")
elif option_selected == "opcion3":
model = load_model("app\modelo3.h5")
elif option_selected == "opcion2":
model = load_model("app\modelo2.h5")
else:
model = load_model("app\modelou.h5")
model = load_model("app\modelo1.h5")
#---------------------------
# Cargar el modelo guardado
# model = load_model("app\modelo.h5")
Expand Down
Binary file added app/modelo1.h5
Binary file not shown.
Binary file added app/modelo4.h5
Binary file not shown.

0 comments on commit 3692ed6

Please sign in to comment.