Update app.py
Browse files
app.py
CHANGED
@@ -258,8 +258,7 @@ for ex_human in human_list_path:
|
|
258 |
human_ex_list.append(ex_dict)
|
259 |
|
260 |
|
261 |
-
|
262 |
-
image_blocks = gr.Blocks(theme="Nymbo/Nymbo_Theme").queue()
|
263 |
with image_blocks as demo:
|
264 |
|
265 |
with gr.Column():
|
|
|
258 |
human_ex_list.append(ex_dict)
|
259 |
|
260 |
|
261 |
+
image_blocks = gr.Blocks(theme="Nymbo/Nymbo_Theme").queue(max_size=12)
|
|
|
262 |
with image_blocks as demo:
|
263 |
|
264 |
with gr.Column():
|