Spaces:
Runtime error
Runtime error
Commit
·
4f18f12
1
Parent(s):
2c02dc5
enable queue in the launch parameter in a moment of weakness
Browse files
app.py
CHANGED
@@ -281,4 +281,4 @@ iface = gr.Interface(fn=inpaint, inputs=gradio_inputs,
|
|
281 |
examples=examples, title=title,
|
282 |
description=description, article=article,
|
283 |
enable_queue=True)
|
284 |
-
iface.launch()
|
|
|
281 |
examples=examples, title=title,
|
282 |
description=description, article=article,
|
283 |
enable_queue=True)
|
284 |
+
iface.launch(enable_queue=True)
|