Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|