Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,4 +12,4 @@ gr.Interface(
|
|
12 |
outputs=tool.outputs,
|
13 |
title="TextToImageTool",
|
14 |
article=tool.description,
|
15 |
-
).queue(concurrency_count=5).launch(
|
|
|
12 |
outputs=tool.outputs,
|
13 |
title="TextToImageTool",
|
14 |
article=tool.description,
|
15 |
+
).queue(concurrency_count=5).launch()
|