Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ Suban una foto que incluya rostros humanos bien visibles y sorpréndase (o no) c
|
|
40 |
|
41 |
iface = gr.Interface(launch,
|
42 |
inputs=gr.Image(type='pil'),
|
43 |
-
outputs="
|
44 |
title=titulo, description=descripcion)
|
45 |
|
46 |
iface.launch()
|
|
|
40 |
|
41 |
iface = gr.Interface(launch,
|
42 |
inputs=gr.Image(type='pil'),
|
43 |
+
outputs="text",
|
44 |
title=titulo, description=descripcion)
|
45 |
|
46 |
iface.launch()
|