Yati05 commited on
Commit
dd3ac73
·
1 Parent(s): fed22f9

enable queue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ with gr.Blocks(title="Python Code Generation",theme=gr.themes.Monochrome()) as d
30
  output = gr.Textbox(label="Code")
31
  greet_btn.click(fn=predict, inputs=input, outputs=output)
32
 
33
- demo.launch(debug=True)
 
30
  output = gr.Textbox(label="Code")
31
  greet_btn.click(fn=predict, inputs=input, outputs=output)
32
 
33
+ demo.launch(enable_queue=True)