phenomenon1981 commited on
Commit
a2da49a
1 Parent(s): 8993627

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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" style="margin-bottom: 45px; margin-top: 15px; text-align: center; border-bottom: 1px solid #e5e5e5;">
141
- <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-photoreal-2.0">Dreamlike Photoreal 2.0</a> Stable Diffusion model
142
  </p>
143
  </div>
144
- <div class="acknowledgments" style="margin: 1.25em 0 .25em 0; font-size: 115%;">
145
- <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!
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
  """