Yntec commited on
Commit
72efef1
1 Parent(s): ecab6d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -3
app.py CHANGED
@@ -136,9 +136,9 @@ with gr.Blocks(css='style.css') as demo:
136
  </body>
137
  </div>
138
  <p style="margin-bottom: 10px; color: #ffaa66; font-size: 98%">
139
- Celebrating 50000 downloads!</p>
140
  <p style="margin-bottom: 10px; color: #ffaa66; font-size: 98%">
141
- <a href="https://civitai.com/models/94687?modelVersionId=101000">Check MagicArt35's original model page here!</a>.</p>
142
  <p style="margin-bottom: 10px; color: #ffffff;">
143
  If you have an idea, put it on the first box to expand it, if you have a full prompt, you can leave the first box empty and just put it on the second one and click generate images!
144
  Noise Level: Controls how much randomness is added to the input of the boxes after the first one before it is sent to the model, so you can get 6 unique 768x768 images. Higher noise level produces more diverse outputs, while lower noise level produces similar outputs,
@@ -173,7 +173,18 @@ with gr.Blocks(css='style.css') as demo:
173
  container=False,
174
  )
175
  run = gr.Button("Generate Images").style(full_width=False)
176
-
 
 
 
 
 
 
 
 
 
 
 
177
  with gr.Row():
178
  with gr.Row():
179
  #Now that the first box generates a picture with noise=0 having the default at 0 makes no sense as it'd generate the same image 6 times.
 
136
  </body>
137
  </div>
138
  <p style="margin-bottom: 10px; color: #ffaa66; font-size: 98%">
139
+ 🤗 Celebrating 50000 downloads at huggingface! 🤗</p>
140
  <p style="margin-bottom: 10px; color: #ffaa66; font-size: 98%">
141
+ <a href="https://civitai.com/models/94687?modelVersionId=101000">Check MagicArt35's original model page at Civitai here!</a>.</p>
142
  <p style="margin-bottom: 10px; color: #ffffff;">
143
  If you have an idea, put it on the first box to expand it, if you have a full prompt, you can leave the first box empty and just put it on the second one and click generate images!
144
  Noise Level: Controls how much randomness is added to the input of the boxes after the first one before it is sent to the model, so you can get 6 unique 768x768 images. Higher noise level produces more diverse outputs, while lower noise level produces similar outputs,
 
173
  container=False,
174
  )
175
  run = gr.Button("Generate Images").style(full_width=False)
176
+ gr.HTML(
177
+ """
178
+ <div style="text-align: center; max-width: 1200px; margin: 0 auto;">
179
+ <div>
180
+ <body>
181
+ <div class="center"><p style="margin-bottom: 10px; color: #ffffff;">Please allow up to 1 minute for each image to generate, for a total of 6 minutes max.</p>
182
+ </div>
183
+ </body>
184
+ </div>
185
+ </div>
186
+ """
187
+ )
188
  with gr.Row():
189
  with gr.Row():
190
  #Now that the first box generates a picture with noise=0 having the default at 0 makes no sense as it'd generate the same image 6 times.