Spaces:
Runtime error
Runtime error
TiankaiHang
commited on
Commit
·
411b6f0
1
Parent(s):
e031b11
sync
Browse files
app.py
CHANGED
@@ -354,7 +354,8 @@ def main(ckpt="checkpoints/v1-5-pruned-emaonly-adaption-task-humanalign.ckpt", a
|
|
354 |
"""
|
355 |
)
|
356 |
|
357 |
-
image_blocks.launch(share=True, max_threads=1).queue()
|
|
|
358 |
|
359 |
|
360 |
if __name__ == "__main__":
|
|
|
354 |
"""
|
355 |
)
|
356 |
|
357 |
+
# image_blocks.launch(share=True, max_threads=1).queue()
|
358 |
+
image_blocks.launch()
|
359 |
|
360 |
|
361 |
if __name__ == "__main__":
|