Spaces:
Sleeping
Sleeping
Commit
·
5d600c1
1
Parent(s):
322107b
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ titulo = "Mi primer demo con Hugging Face"
|
|
4 |
descripcion = "Este es un demo ejecutado durante la clase con Platzi."
|
5 |
|
6 |
gr.Interface.load(
|
7 |
-
"huggingface/
|
8 |
inputs=gr.Image(label="Carga una imagen aquí"),
|
9 |
title = titulo,
|
10 |
description = descripcion
|
|
|
4 |
descripcion = "Este es un demo ejecutado durante la clase con Platzi."
|
5 |
|
6 |
gr.Interface.load(
|
7 |
+
"huggingface/google/vit-base-patch16-224",
|
8 |
inputs=gr.Image(label="Carga una imagen aquí"),
|
9 |
title = titulo,
|
10 |
description = descripcion
|