Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
a766dc6
1
Parent(s):
5ebea9a
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ css = '''
|
|
114 |
}
|
115 |
'''
|
116 |
|
117 |
-
with gr.Blocks(css=css) as demo:
|
118 |
gr.HTML(
|
119 |
"""
|
120 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
@@ -176,12 +176,12 @@ with gr.Blocks(css=css) as demo:
|
|
176 |
with gr.Row():
|
177 |
gr.HTML(
|
178 |
"""
|
179 |
-
<div class="footer"
|
180 |
-
<p
|
181 |
</p>
|
182 |
</div>
|
183 |
-
<div class="acknowledgments"
|
184 |
-
<p
|
185 |
</p>
|
186 |
</div>
|
187 |
"""
|
|
|
114 |
}
|
115 |
'''
|
116 |
|
117 |
+
with gr.Blocks(css='style.css') as demo:
|
118 |
gr.HTML(
|
119 |
"""
|
120 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
|
|
176 |
with gr.Row():
|
177 |
gr.HTML(
|
178 |
"""
|
179 |
+
<div class="footer">
|
180 |
+
<p> Demo for <a href="https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0">Dreamlike Diffusion 1.0</a> Stable Diffusion model
|
181 |
</p>
|
182 |
</div>
|
183 |
+
<div class="acknowledgments">
|
184 |
+
<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!
|
185 |
</p>
|
186 |
</div>
|
187 |
"""
|