ehristoforu commited on
Commit
714b860
·
1 Parent(s): 5533ca9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -149,17 +149,11 @@ with gr.Blocks() as demo:
149
  <rect x="23" y="69" width="23" height="23" fill="black"></rect>
150
  </svg>
151
  <h1 style="font-weight: 900; margin-bottom: 7px;margin-top:5px">
152
- Fast Stable Diffusion XL on TPU v5e ⚡
153
  </h1>
154
  </div>
155
- <p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
156
- SDXL is a high quality text-to-image model from Stability AI. This demo is running on <a style="text-decoration: underline;" href="https://cloud.google.com/blog/products/compute/announcing-cloud-tpu-v5e-and-a3-gpus-in-ga">Google Cloud TPU v5e</a>, to achieve efficient and cost-effective inference of 1024×1024 images. <a href="https://hf.co/blog/sdxl_jax" target="_blank">How does it work?</a>
157
- </p>
158
  </div>
159
  """)
160
- with gr.Row():
161
- with gr.Column(scale=1):
162
- gr.HTML(value="""<h1><center>Fast SDXL on <a href="https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0" target="_blank">stabilityai/stable-diffusion-xl-base-1.0</a>""")
163
  with gr.Row():
164
  with gr.Column(scale=6, min_width=600):
165
  prompt = gr.Textbox(label="Prompt", placeholder="a cute cat, 8k", show_label=True, lines=1)
 
149
  <rect x="23" y="69" width="23" height="23" fill="black"></rect>
150
  </svg>
151
  <h1 style="font-weight: 900; margin-bottom: 7px;margin-top:5px">
152
+ Fast SDXL
153
  </h1>
154
  </div>
 
 
 
155
  </div>
156
  """)
 
 
 
157
  with gr.Row():
158
  with gr.Column(scale=6, min_width=600):
159
  prompt = gr.Textbox(label="Prompt", placeholder="a cute cat, 8k", show_label=True, lines=1)