juanesbch commited on
Commit
d54c0d4
β€’
1 Parent(s): 7f5352e

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(share=True)
 
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()