Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
40 |
-
output_interface = gr.outputs.Textbox(label="
|
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 |
|