Upload app.py
Browse files
app.py
CHANGED
@@ -31,4 +31,4 @@ iface = gr.Interface(fn=process_image,
|
|
31 |
title=title,
|
32 |
description=description,
|
33 |
examples=glob.glob('figs/test/*.png'))
|
34 |
-
iface.launch(
|
|
|
31 |
title=title,
|
32 |
description=description,
|
33 |
examples=glob.glob('figs/test/*.png'))
|
34 |
+
iface.launch(enable_queue=True)
|