Linoy Tsaban commited on
Commit
a93910d
1 Parent(s): 448a301

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,9 +99,9 @@ intro = """
99
  <h1 style="font-weight: 1200; text-align: center; margin-bottom: 7px;">
100
  Edit Friendly DDPM X Semantic Guidance: Editing Real Images
101
  </h1>
 
102
  <p style="font-size: 0.9rem; margin: 0rem; line-height: 1.2em; margin-top:1em">
103
  For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
104
- <br/>
105
  <a href="https://huggingface.co/spaces/LinoyTsaban/ddpm_sega?duplicate=true">
106
  <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
107
  <p/>"""
@@ -169,7 +169,7 @@ with gr.Blocks() as demo:
169
 
170
 
171
 
172
- demo.queue(concurrency_count=1)
173
  demo.launch(share=False)
174
 
175
 
 
99
  <h1 style="font-weight: 1200; text-align: center; margin-bottom: 7px;">
100
  Edit Friendly DDPM X Semantic Guidance: Editing Real Images
101
  </h1>
102
+ <br/>
103
  <p style="font-size: 0.9rem; margin: 0rem; line-height: 1.2em; margin-top:1em">
104
  For faster inference without waiting in queue, you may duplicate the space and upgrade to GPU in settings.
 
105
  <a href="https://huggingface.co/spaces/LinoyTsaban/ddpm_sega?duplicate=true">
106
  <img style="margin-top: 0em; margin-bottom: 0em" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
107
  <p/>"""
 
169
 
170
 
171
 
172
+ demo.queue()
173
  demo.launch(share=False)
174
 
175