Commit
·
d66efa3
1
Parent(s):
dfffe23
temp demo.launch for debug
Browse files
app.py
CHANGED
@@ -139,4 +139,5 @@ with image_blocks as demo:
|
|
139 |
"""
|
140 |
)
|
141 |
|
142 |
-
image_blocks.queue(max_size=25,api_open=False).launch(show_api=False)
|
|
|
|
139 |
"""
|
140 |
)
|
141 |
|
142 |
+
# image_blocks.queue(max_size=25,api_open=False).launch(show_api=False)
|
143 |
+
demo.launch()
|