muhtasham commited on
Commit
eef3d9f
1 Parent(s): a595e1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,4 +71,4 @@ with gr.Blocks() as demo:
71
  btn.click(generate_code_os, inputs = input_text, outputs = [gr.Textbox(label=name_list[_], lines=4) for _ in range(len(name_list))])
72
 
73
 
74
- demo.launch(debug=True)
 
71
  btn.click(generate_code_os, inputs = input_text, outputs = [gr.Textbox(label=name_list[_], lines=4) for _ in range(len(name_list))])
72
 
73
 
74
+ demo.launch(enable_queue=True,debug=True)