Overglitch commited on
Commit
f4d4e5a
verified
1 Parent(s): f3fc1b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("# Demo: Generador de Res煤menes Inteligente")
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