Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 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
|