Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,11 +77,11 @@ def summarize(input_text, file, summary_type, method, num_sentences, model_name,
|
|
| 77 |
|
| 78 |
# Interfaz din谩mica
|
| 79 |
with gr.Blocks() as interface:
|
| 80 |
-
gr.Markdown("#
|
| 81 |
|
| 82 |
# Entrada de texto o archivo
|
| 83 |
with gr.Row():
|
| 84 |
-
input_text = gr.Textbox(max_lines=9, label="Ingrese texto", interactive=True)
|
| 85 |
file = gr.File(label="Subir archivo (PDF, TXT)")
|
| 86 |
|
| 87 |
# Nuevo bot贸n para cargar el archivo, inicialmente invisible
|
|
|
|
| 77 |
|
| 78 |
# Interfaz din谩mica
|
| 79 |
with gr.Blocks() as interface:
|
| 80 |
+
gr.Markdown("# Sistema de Resumen Inteligente de Documentos Extensos con M茅todos Extractivo y Abstractivo")
|
| 81 |
|
| 82 |
# Entrada de texto o archivo
|
| 83 |
with gr.Row():
|
| 84 |
+
input_text = gr.Textbox(max_lines=9, lines=9, label="Ingrese texto", interactive=True)
|
| 85 |
file = gr.File(label="Subir archivo (PDF, TXT)")
|
| 86 |
|
| 87 |
# Nuevo bot贸n para cargar el archivo, inicialmente invisible
|