phenomenon1981 commited on
Commit
a766dc6
1 Parent(s): 5ebea9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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" style="margin-bottom: 45px; margin-top: 15px; text-align: center; border-bottom: 1px solid #e5e5e5;">
180
- <p style="font-size: .8rem; display: inline-block; padding: 0 10px; transform: translateY(10px); background: #0b0f19;"> 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" style="margin: 1.25em 0 .25em 0; font-size: 115%;">
184
- <p style="margin: 1.25em 0 .25em 0; font-size: 115%;"> 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
  """
 
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
  """