Spaces:
Runtime error
Runtime error
Commit
·
a2da49a
1
Parent(s):
8993627
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ css = '''
|
|
| 74 |
'''
|
| 75 |
|
| 76 |
|
| 77 |
-
with gr.Blocks(css=css) as demo:
|
| 78 |
gr.HTML(
|
| 79 |
"""
|
| 80 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
|
@@ -137,12 +137,12 @@ with gr.Blocks(css=css) as demo:
|
|
| 137 |
with gr.Row():
|
| 138 |
gr.HTML(
|
| 139 |
"""
|
| 140 |
-
<div class="footer"
|
| 141 |
-
<p
|
| 142 |
</p>
|
| 143 |
</div>
|
| 144 |
-
<div class="acknowledgments"
|
| 145 |
-
<p
|
| 146 |
</p>
|
| 147 |
</div>
|
| 148 |
"""
|
|
|
|
| 74 |
'''
|
| 75 |
|
| 76 |
|
| 77 |
+
with gr.Blocks(css='style.css') as demo:
|
| 78 |
gr.HTML(
|
| 79 |
"""
|
| 80 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
|
|
|
| 137 |
with gr.Row():
|
| 138 |
gr.HTML(
|
| 139 |
"""
|
| 140 |
+
<div class="footer">
|
| 141 |
+
<p> Demo for <a href="https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0">Dreamlike Photoreal 2.0</a> Stable Diffusion model
|
| 142 |
</p>
|
| 143 |
</div>
|
| 144 |
+
<div class="acknowledgments">
|
| 145 |
+
<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!
|
| 146 |
</p>
|
| 147 |
</div>
|
| 148 |
"""
|