Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ def texto_sum(text):
|
|
| 40 |
demo = gr.Interface(
|
| 41 |
fn=texto_sum,
|
| 42 |
inputs=gr.Textbox(label="Texto a introducir:", placeholder="Introduce el texto a resumir aquí..."),
|
| 43 |
-
outputs="
|
| 44 |
)
|
| 45 |
# Lanzar la interfaz
|
| 46 |
demo.launch()
|
|
|
|
| 40 |
demo = gr.Interface(
|
| 41 |
fn=texto_sum,
|
| 42 |
inputs=gr.Textbox(label="Texto a introducir:", placeholder="Introduce el texto a resumir aquí..."),
|
| 43 |
+
outputs="text"
|
| 44 |
)
|
| 45 |
# Lanzar la interfaz
|
| 46 |
demo.launch()
|