gaur3009 commited on
Commit
0a50f9c
1 Parent(s): 9a05e7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,4 +108,4 @@ with gr.Blocks(css=css) as demo:
108
 
109
  run_button.click(fn=run_infer, outputs=result)
110
 
111
- demo.queue(api_name="/infer").launch()
 
108
 
109
  run_button.click(fn=run_infer, outputs=result)
110
 
111
+ demo.queue().launch(api_name="/infer")