Zemog13 commited on
Commit
7640354
verified
1 Parent(s): 0841efd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import hf_hub_download
3
  import gradio as gr
4
 
5
  # Descarga el modelo desde Hugging Face
6
- model_path = hf_hub_download(repo_id="Zemog13/gradio-test", filename="export.pkl")
7
  learn = load_learner(model_path)
8
 
9
  # Funci贸n para predicci贸n
 
3
  import gradio as gr
4
 
5
  # Descarga el modelo desde Hugging Face
6
+ model_path = hf_hub_download(repo_id="Zemog13/gradio-test", filename="model.pkl")
7
  learn = load_learner(model_path)
8
 
9
  # Funci贸n para predicci贸n