Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -143,5 +143,5 @@ with gr.Blocks(title="SD Models") as my_interface:
|
|
143 |
cancels=[*list(runs_dict.values())])
|
144 |
text_gen1=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
|
145 |
|
146 |
-
my_interface.queue(concurrency_count=600, status_update_rate=1
|
147 |
my_interface.launch(inline=True, show_api=True)
|
|
|
143 |
cancels=[*list(runs_dict.values())])
|
144 |
text_gen1=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
|
145 |
|
146 |
+
my_interface.queue(concurrency_count=600) # , status_update_rate=1
|
147 |
my_interface.launch(inline=True, show_api=True)
|