John6666 commited on
Commit
ea112e8
1 Parent(s): 2011c34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)