Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,4 +42,4 @@ output_interface = gr.outputs.Textbox(label="Output News Text (Quechua)")
|
|
42 |
# Create and launch the Gradio app
|
43 |
|
44 |
iface = gr.Interface(fn=summarize_and_translate, inputs=input_interface, outputs=output_interface, title="Spanish-to-Quechua News Summarization and Translation")
|
45 |
-
iface.launch(
|
|
|
42 |
# Create and launch the Gradio app
|
43 |
|
44 |
iface = gr.Interface(fn=summarize_and_translate, inputs=input_interface, outputs=output_interface, title="Spanish-to-Quechua News Summarization and Translation")
|
45 |
+
iface.launch()
|