Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -431,6 +431,7 @@ with block:
|
|
431 |
images_button.click(fn=generate_images, inputs=ips, outputs=[result_gallery, raw_sequence, text_container, sequence_container])
|
432 |
|
433 |
|
|
|
434 |
block.queue(concurrency_count=1)
|
435 |
block.launch()
|
436 |
|
|
|
431 |
images_button.click(fn=generate_images, inputs=ips, outputs=[result_gallery, raw_sequence, text_container, sequence_container])
|
432 |
|
433 |
|
434 |
+
|
435 |
block.queue(concurrency_count=1)
|
436 |
block.launch()
|
437 |
|