Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -323,11 +323,7 @@ with gr.Blocks(css=css) as demo:
|
|
323 |
steps, seed, model, sampler,
|
324 |
width, height, cfg_scale],)
|
325 |
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
# Add the new button to the PNG Info tab
|
330 |
-
with gr.Tab("PNG Info"):
|
331 |
-
concurrency_limit=1024)
|
332 |
|
333 |
demo.queue(max_size=80, api_open=False).launch(max_threads=8192, show_api=False)
|
|
|
323 |
steps, seed, model, sampler,
|
324 |
width, height, cfg_scale],)
|
325 |
|
326 |
+
concurrency_limit=1024)
|
327 |
+
|
|
|
|
|
|
|
|
|
328 |
|
329 |
demo.queue(max_size=80, api_open=False).launch(max_threads=8192, show_api=False)
|