Spaces:
Runtime error
Runtime error
jaekookang
commited on
Commit
·
92f6898
1
Parent(s):
48c86e5
update queue
Browse files
gradio_painttransformer.py
CHANGED
@@ -82,6 +82,7 @@ iface = gr.Interface(
|
|
82 |
gr.outputs.Image(label='Output animation')
|
83 |
],
|
84 |
examples=examples,
|
|
|
85 |
article='<p style="text-align:center">Original work: <a href="https://github.com/wzmsltw/PaintTransformer">PaintTransformer</a></p>'
|
86 |
)
|
87 |
|
|
|
82 |
gr.outputs.Image(label='Output animation')
|
83 |
],
|
84 |
examples=examples,
|
85 |
+
enable_queue=True,
|
86 |
article='<p style="text-align:center">Original work: <a href="https://github.com/wzmsltw/PaintTransformer">PaintTransformer</a></p>'
|
87 |
)
|
88 |
|