Spaces:
Sleeping
Sleeping
Style de label removido momentaneamente
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def perform(input1, input2):
|
|
73 |
#Future: Desplegar mensajes informativos en lugar de Hola.
|
74 |
return path, info_window
|
75 |
|
76 |
-
label = gr.Label("Hola!"
|
77 |
|
78 |
demo = gr.Interface(
|
79 |
fn=perform,
|
|
|
73 |
#Future: Desplegar mensajes informativos en lugar de Hola.
|
74 |
return path, info_window
|
75 |
|
76 |
+
label = gr.Label("Hola!")
|
77 |
|
78 |
demo = gr.Interface(
|
79 |
fn=perform,
|