Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -240,6 +240,7 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2112.107
|
|
240 |
iface = gr.Interface(fn=inpaint, inputs=gradio_inputs,
|
241 |
outputs=gradio_outputs,
|
242 |
examples=examples, title=title,
|
243 |
-
description=description, article=article
|
|
|
244 |
|
245 |
-
iface.launch(debug=True
|
|
|
240 |
iface = gr.Interface(fn=inpaint, inputs=gradio_inputs,
|
241 |
outputs=gradio_outputs,
|
242 |
examples=examples, title=title,
|
243 |
+
description=description, article=article,
|
244 |
+
enable_queue=True)
|
245 |
|
246 |
+
iface.launch(debug=True)
|