Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ description_text = """
|
|
51 |
demo = gr.Interface(
|
52 |
fn=texto_sum,
|
53 |
inputs=gr.Textbox(label="Texto a introducir:", placeholder="Introduce el texto a resumir aquí..."),
|
54 |
-
outputs="
|
55 |
title="Aplicación de Resumen y Traducción",
|
56 |
description=description_text
|
57 |
)
|
|
|
51 |
demo = gr.Interface(
|
52 |
fn=texto_sum,
|
53 |
inputs=gr.Textbox(label="Texto a introducir:", placeholder="Introduce el texto a resumir aquí..."),
|
54 |
+
outputs="Texto resumido y traducido:",
|
55 |
title="Aplicación de Resumen y Traducción",
|
56 |
description=description_text
|
57 |
)
|