akhaliq HF staff commited on
Commit
08e68b5
1 Parent(s): 4211241

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,4 +84,4 @@ def inference(img):
84
  conf, result_img, blended_img, _ = visualize_output(orig_tensor, output[0])
85
  return blended_img
86
 
87
- gr.Interface(inference,gr.inputs.Image(type="filepath"),gr.outputs.Image(type="pil")).launch()
 
84
  conf, result_img, blended_img, _ = visualize_output(orig_tensor, output[0])
85
  return blended_img
86
 
87
+ gr.Interface(inference,gr.inputs.Image(type="filepath"),gr.outputs.Image(type="pil")).launch(enable_queue=True)