akhaliq HF staff commited on
Commit
3ece21c
·
1 Parent(s): bb77f40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,5 +53,5 @@ def inference(img):
53
  pil_image = plot_image(tf.squeeze(fake_image))
54
  return pil_image
55
 
56
- gr.Interface(inference,gr.inputs.Image(type="filepath"),"image").launch()
57
 
 
53
  pil_image = plot_image(tf.squeeze(fake_image))
54
  return pil_image
55
 
56
+ gr.Interface(inference,gr.inputs.Image(type="filepath"),"image").launch(enable_queue=True)
57