juanesbch commited on
Commit
06f2d5a
β€’
1 Parent(s): d54c0d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,8 +36,8 @@ def summarize_and_translate(news_text):
36
  return output_text
37
 
38
  # Define the input and output interfaces for Gradio
39
- input_interface = gr.inputs.Textbox(label="Input News Text (Spanish)")
40
- output_interface = gr.outputs.Textbox(label="Output News Text (Quechua)")
41
 
42
  # Create and launch the Gradio app
43
 
 
36
  return output_text
37
 
38
  # Define the input and output interfaces for Gradio
39
+ 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
  # Create and launch the Gradio app
43