Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
91 |
|
92 |
</p>
|
93 |
<p style="margin-bottom: 10px; font-size: 98%">
|
94 |
-
|
95 |
</p>
|
96 |
</div>
|
97 |
"""
|
@@ -155,10 +155,9 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
|
|
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
|
159 |
</p>
|
160 |
-
<
|
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%">
|
|
|
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 |
"""
|
|
|
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 |
+
<p> Powered by <a href="https://beta.dreamstudio.ai/">Stable Diffusion</a> Model by <a href="https://stability.ai/">Stability.ai</a><p> Demo for <a href="https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0">Dreamlike Photoreal 2.0</a> Stable Diffusion model
|
|
|
161 |
</p></p>
|
162 |
</div>
|
163 |
<div class="acknowledgments" style="font-size: 115%">
|