Sa-m commited on
Commit
225ac20
·
verified ·
1 Parent(s): bc75b97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -22,5 +22,4 @@ with gr.Blocks(title='Translation') as app:
22
 
23
  translate_btn.click(fn=translation, inputs=inp_text, outputs=output)
24
 
25
- # Use queue=True instead of enable_queue=True
26
- app.launch(queue=True)
 
22
 
23
  translate_btn.click(fn=translation, inputs=inp_text, outputs=output)
24
 
25
+ app.launch() # Simplified launch