Spaces:
Runtime error
Runtime error
Commit
·
a95014a
1
Parent(s):
6605cf7
Update app.py
Browse files
app.py
CHANGED
|
@@ -91,10 +91,10 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 91 |
</div>
|
| 92 |
<p style="margin-bottom: 10px; font-size: 96%">
|
| 93 |
Noise Level: Controls how much randomness is added to the input before it is sent to the model. Higher noise level produces more diverse outputs, while lower noise level produces similar outputs,
|
| 94 |
-
<a href="https://twitter.com/DavidJohnstonxx/">created by
|
| 95 |
</p>
|
| 96 |
<p style="margin-bottom: 10px; font-size: 98%">
|
| 97 |
-
|
| 98 |
</p>
|
| 99 |
</div>
|
| 100 |
"""
|
|
@@ -145,7 +145,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 145 |
</p>
|
| 146 |
</div>
|
| 147 |
<div class="acknowledgments" style="font-size: 115%">
|
| 148 |
-
<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!
|
| 149 |
</p>
|
| 150 |
</div>
|
| 151 |
"""
|
|
|
|
| 91 |
</div>
|
| 92 |
<p style="margin-bottom: 10px; font-size: 96%">
|
| 93 |
Noise Level: Controls how much randomness is added to the input before it is sent to the model. Higher noise level produces more diverse outputs, while lower noise level produces similar outputs,
|
| 94 |
+
<a href="https://twitter.com/DavidJohnstonxx/">created by Jayavibhav</a>.
|
| 95 |
</p>
|
| 96 |
<p style="margin-bottom: 10px; font-size: 98%">
|
| 97 |
+
hello</a>
|
| 98 |
</p>
|
| 99 |
</div>
|
| 100 |
"""
|
|
|
|
| 145 |
</p>
|
| 146 |
</div>
|
| 147 |
<div class="acknowledgments" style="font-size: 115%">
|
| 148 |
+
<p> Concept taken from phenomenon1, 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!
|
| 149 |
</p>
|
| 150 |
</div>
|
| 151 |
"""
|