Mark Liu commited on
Commit
30daff4
·
1 Parent(s): ccd80a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,7 +55,7 @@ with gr.Blocks(css=css) as demo:
55
  "
56
  >
57
  <h1 style="font-weight: 900; margin-bottom: 7px; margin-top: 5px;">
58
- Magic Diffusion - Stable Diffusion Prompt Generator 🪄
59
  </h1>
60
  </div>
61
  <p style="margin-bottom: 10px; font-size: 94%">
@@ -99,6 +99,6 @@ with gr.Blocks(css=css) as demo:
99
  )
100
  share_button.click(None, [], [], _js=share_js)
101
 
102
-
103
 
104
  demo.launch(debug=False,show_api=False)
 
55
  "
56
  >
57
  <h1 style="font-weight: 900; margin-bottom: 7px; margin-top: 5px;">
58
+ Stable Diffusion Prompt Generator 🪄
59
  </h1>
60
  </div>
61
  <p style="margin-bottom: 10px; font-size: 94%">
 
99
  )
100
  share_button.click(None, [], [], _js=share_js)
101
 
102
+ demo.queue(concurrency_count=1)
103
 
104
  demo.launch(debug=False,show_api=False)