Spaces:
Running
Running
Commit
·
ab6c25e
1
Parent(s):
0fe2a53
Update app.py
Browse files
app.py
CHANGED
@@ -132,4 +132,4 @@ with gr.Blocks(css="style.css", title=title) as demo:
|
|
132 |
run_btn.click(inference, [input_image, task, model_name, scale], [output_image])
|
133 |
task.change(on_task_change, [task], [model_name])
|
134 |
|
135 |
-
demo.queue(concurrency_count=4).launch(
|
|
|
132 |
run_btn.click(inference, [input_image, task, model_name, scale], [output_image])
|
133 |
task.change(on_task_change, [task], [model_name])
|
134 |
|
135 |
+
demo.queue(concurrency_count=4).launch()
|