Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
from fastai.vision.all import load_learner
|
2 |
from huggingface_hub import hf_hub_download
|
|
|
3 |
import gradio as gr
|
4 |
|
5 |
# Descarga el modelo desde Hugging Face
|
|
|
1 |
from fastai.vision.all import load_learner
|
2 |
from huggingface_hub import hf_hub_download
|
3 |
+
from fastai.callback.fp16 import AMPMode
|
4 |
import gradio as gr
|
5 |
|
6 |
# Descarga el modelo desde Hugging Face
|