AdrianRevi commited on
Commit
9ebb258
·
verified ·
1 Parent(s): 2ba91d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  from huggingface_hub import hf_hub_download
4
 
5
  # Descargar el modelo exportado desde el repositorio Hugging Face
6
- model_path = hf_hub_download(repo_id="AdrianRevi/Practica1Blindness", filename="export.pkl")
7
 
8
  # Cargar el modelo
9
  learn = load_learner(model_path)
 
3
  from huggingface_hub import hf_hub_download
4
 
5
  # Descargar el modelo exportado desde el repositorio Hugging Face
6
+ model_path = hf_hub_download(repo_id="AdrianRevi/Practica1Blindness", filename="model.pkl")
7
 
8
  # Cargar el modelo
9
  learn = load_learner(model_path)