Spaces:
Runtime error
Runtime error
Commit
·
4f0a37a
1
Parent(s):
0e84625
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 |
-
"
|
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 |
+
"microsoft/swin-tiny-patch4-window7-224",
|
10 |
inputs=gr.Image(label="Carga una imagen aquí"),
|
11 |
title = titulo,
|
12 |
description = descripcion
|