Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,4 +5,4 @@ description = "Este es un demo ejecutado para el portfolio de Davies"
|
|
5 |
|
6 |
gr.Interface.load("huggingface/microsoft/swin-tiny-patch4-window7-224",
|
7 |
inputs =gr.Image(label = "carga una imagen aquí"), title = titulo,
|
8 |
-
description = description).launch(
|
|
|
5 |
|
6 |
gr.Interface.load("huggingface/microsoft/swin-tiny-patch4-window7-224",
|
7 |
inputs =gr.Image(label = "carga una imagen aquí"), title = titulo,
|
8 |
+
description = description).launch()
|