juanesbch commited on
Commit
e413b5a
β€’
1 Parent(s): 2aad0e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ input_interface = gr.inputs.Textbox(label="Input your News text! (Spanish)")
40
  output_interface = gr.outputs.Textbox(label="Your Summarized News Text in Native Quechua!")
41
 
42
  # Add poster link to the interface description
43
- description = "This is a Spanish-to-Quechua news summarization and translation app. It uses a state-of-the-art AI model to summarize news articles in Spanish and translate the summary to Quechua. You can learn more about this project and its creators by visiting this <a href='https://files.fm/u/ktszfunsz'>poster</a>."
44
 
45
  # Create and launch the Gradio app
46
  iface = gr.Interface(fn=summarize_and_translate, inputs=input_interface, outputs=output_interface,
 
40
  output_interface = gr.outputs.Textbox(label="Your Summarized News Text in Native Quechua!")
41
 
42
  # Add poster link to the interface description
43
+ description = "This is a Spanish-to-Quechua news summarization and translation app. It uses a state-of-the-art AI model to summarize news articles in Spanish from the newspaper La RazΓ³n and translate the summary to Quechua. You can learn more about this project and its creators by visiting this <a href='https://files.fm/u/ktszfunsz'>poster</a>."
44
 
45
  # Create and launch the Gradio app
46
  iface = gr.Interface(fn=summarize_and_translate, inputs=input_interface, outputs=output_interface,