Spaces:
trysem
/
Runtime error

trysem commited on
Commit
4a2af33
·
1 Parent(s): 4990113

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -6
app.py CHANGED
@@ -91,8 +91,8 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
91
 
92
  </p>
93
  <p style="margin-bottom: 10px; font-size: 98%">
94
- ❤️ This model is an educational demo, we carry no responsibilty over the content / content of the images generated by the model, usage is allowed only if the agreement satisfies! ❤️</a>
95
- </p>
96
  </div>
97
  """
98
  )
@@ -155,12 +155,14 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
155
  gr.HTML(
156
  """
157
  <div class="footer">
158
- <p>
159
- </p>
 
 
 
160
  </div>
161
  <div class="acknowledgments" style="font-size: 115%">
162
- <p> Unleash your creative side and generate mesmerizing images with just a few clicks! Enter a spark of inspiration in the "Basic Idea" text box and click the "Magic Prompt" button to elevate it to a polished masterpiece. Make any final tweaks in the "Full Prompt" box and hit the "Generate Images" button to watch your vision come to life. Experiment with the "Noise Level" for a diverse range of outputs, from similar to wildly unique. Let the fun begin!
163
- </p>
164
  </div>
165
  """
166
  )
 
91
 
92
  </p>
93
  <p style="margin-bottom: 10px; font-size: 98%">
94
+ ❤️ Unleash your creative side and generate mesmerizing images with just a few clicks! Enter a spark of inspiration in the "Basic Idea" text box and click the "Magic Prompt" button to elevate it to a polished masterpiece. Make any final tweaks in the "Full Prompt" box and hit the "Generate Images" button to watch your vision come to life. Experiment with the "Noise Level" for a diverse range of outputs, from similar to wildly unique. Let the fun begin!
95
+ </p>
96
  </div>
97
  """
98
  )
 
155
  gr.HTML(
156
  """
157
  <div class="footer">
158
+ <p> Disclaimer : This model is an educational demo, we carry no responsibilty over the content / content of the images generated by the model, usage is allowed only if the agreement satisfies! ❤️</a>
159
+ </p>
160
+ <br>
161
+ <p> Powered by <a href="https://beta.dreamstudio.ai/">Stable Diffusion</a> Model by <a href="https://stability.ai/">Stability.ai</a>
162
+ </p></p>
163
  </div>
164
  <div class="acknowledgments" style="font-size: 115%">
165
+ <p> </p>
 
166
  </div>
167
  """
168
  )