zionia commited on
Commit
dbeaa8d
·
verified ·
1 Parent(s): bddff32

edit launch functions

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks() as demo:
84
  inputs=gr.components.Textbox(lines=5, placeholder="Enter Northern Sotho text (maximum 5 lines)", label="Input"),
85
  outputs="text"
86
  ) as iface:
87
- iface.launch(enable_queue=True)
88
 
89
  with gr.Accordion("More Information", open=False):
90
  gr.Markdown("""
@@ -97,5 +97,5 @@ with gr.Blocks() as demo:
97
  gr.Markdown(citation)
98
  gr.Markdown(doi)
99
 
100
- demo.launch(enable_queue=True)
101
 
 
84
  inputs=gr.components.Textbox(lines=5, placeholder="Enter Northern Sotho text (maximum 5 lines)", label="Input"),
85
  outputs="text"
86
  ) as iface:
87
+ iface.launch()
88
 
89
  with gr.Accordion("More Information", open=False):
90
  gr.Markdown("""
 
97
  gr.Markdown(citation)
98
  gr.Markdown(doi)
99
 
100
+ demo.launch()
101