Spaces:
Runtime error
Runtime error
Commit
·
0e84625
1
Parent(s):
5a12f86
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ descripcion = "Este es un demo ejecutado durante la clase con Platzi."
|
|
6 |
|
7 |
# Descargar el modelo desde HuggingFace...
|
8 |
gr.Interface.load(
|
9 |
-
"huggingface/microsoft/swin-tiny-patch4-window7-224",
|
10 |
inputs=gr.Image(label="Carga una imagen aquí"),
|
11 |
title = titulo,
|
12 |
description = descripcion
|
|
|
6 |
|
7 |
# Descargar el modelo desde HuggingFace...
|
8 |
gr.Interface.load(
|
9 |
+
"https://huggingface.co/microsoft/swin-tiny-patch4-window7-224",
|
10 |
inputs=gr.Image(label="Carga una imagen aquí"),
|
11 |
title = titulo,
|
12 |
description = descripcion
|