Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -363,13 +363,11 @@ with block:
|
|
| 363 |
inputs=[text, negative, guidance_scale],
|
| 364 |
outputs=[gallery, community_group],
|
| 365 |
cache_examples=True,
|
| 366 |
-
postprocess=False,
|
| 367 |
)
|
| 368 |
negative.submit(
|
| 369 |
infer,
|
| 370 |
inputs=[text, negative, guidance_scale, style_selection],
|
| 371 |
outputs=[gallery, community_group],
|
| 372 |
-
postprocess=False,
|
| 373 |
concurrency_id="infer",
|
| 374 |
concurrency_limit=8,
|
| 375 |
)
|
|
@@ -377,7 +375,6 @@ with block:
|
|
| 377 |
infer,
|
| 378 |
inputs=[text, negative, guidance_scale, style_selection],
|
| 379 |
outputs=[gallery, community_group],
|
| 380 |
-
postprocess=False,
|
| 381 |
concurrency_id="infer",
|
| 382 |
concurrency_limit=8,
|
| 383 |
)
|
|
@@ -385,7 +382,6 @@ with block:
|
|
| 385 |
infer,
|
| 386 |
inputs=[text, negative, guidance_scale, style_selection],
|
| 387 |
outputs=[gallery, community_group],
|
| 388 |
-
postprocess=False,
|
| 389 |
concurrency_id="infer",
|
| 390 |
concurrency_limit=8,
|
| 391 |
)
|
|
|
|
| 363 |
inputs=[text, negative, guidance_scale],
|
| 364 |
outputs=[gallery, community_group],
|
| 365 |
cache_examples=True,
|
|
|
|
| 366 |
)
|
| 367 |
negative.submit(
|
| 368 |
infer,
|
| 369 |
inputs=[text, negative, guidance_scale, style_selection],
|
| 370 |
outputs=[gallery, community_group],
|
|
|
|
| 371 |
concurrency_id="infer",
|
| 372 |
concurrency_limit=8,
|
| 373 |
)
|
|
|
|
| 375 |
infer,
|
| 376 |
inputs=[text, negative, guidance_scale, style_selection],
|
| 377 |
outputs=[gallery, community_group],
|
|
|
|
| 378 |
concurrency_id="infer",
|
| 379 |
concurrency_limit=8,
|
| 380 |
)
|
|
|
|
| 382 |
infer,
|
| 383 |
inputs=[text, negative, guidance_scale, style_selection],
|
| 384 |
outputs=[gallery, community_group],
|
|
|
|
| 385 |
concurrency_id="infer",
|
| 386 |
concurrency_limit=8,
|
| 387 |
)
|