juanesbch commited on
Commit
a816d74
β€’
1 Parent(s): d78cd48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)