mpatel57 commited on
Commit
ba1943f
verified
1 Parent(s): b75436e

markdown to html

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -170,11 +170,11 @@ def create_demo():
170
  model = Model()
171
 
172
  with gr.Blocks() as demo:
173
- gr.Markdown(
174
  """<h1 style="text-align: center;"><b><i>位-ECLIPSE</i>: Multi-Concept Personalized Text-to-Image Diffusion Models by Leveraging CLIP Latent Space</b></h1>
175
  <h1 style='text-align: center;'><a href='https://eclipse-t2i.github.io/Lambda-ECLIPSE/'>Project Page</a> | <a href='#'>Paper</a> </h1>
176
 
177
- <p style="text-align: center; color: red;">This demo is currently hosted on CPU. We will soon provide the GPU support.</p>
178
  <p style="text-align: center; color: red;">Please follow the instructions from here to run it locally: <a href="https://github.com/eclipse-t2i/lambda-eclipse-inference">GitHub Inference Code</a></p>
179
  """
180
  )
 
170
  model = Model()
171
 
172
  with gr.Blocks() as demo:
173
+ gr.HTML(
174
  """<h1 style="text-align: center;"><b><i>位-ECLIPSE</i>: Multi-Concept Personalized Text-to-Image Diffusion Models by Leveraging CLIP Latent Space</b></h1>
175
  <h1 style='text-align: center;'><a href='https://eclipse-t2i.github.io/Lambda-ECLIPSE/'>Project Page</a> | <a href='#'>Paper</a> </h1>
176
 
177
+ <p style="text-align: center; color: red;">This demo is currently hosted on either a small GPU or CPU. We will soon provide high-end GPU support.</p>
178
  <p style="text-align: center; color: red;">Please follow the instructions from here to run it locally: <a href="https://github.com/eclipse-t2i/lambda-eclipse-inference">GitHub Inference Code</a></p>
179
  """
180
  )