mpatel57 commited on
Commit
862799d
1 Parent(s): 38b61f6

status updated

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -101,11 +101,9 @@ def get_images(text, negative_text, steps, guidance_scale):
101
 
102
  with gr.Blocks() as demo:
103
  gr.Markdown(
104
- """<h1 style="text-align: center;"><b><i>ECLIPSE</i>: Revisiting the Text-to-Image Prior for Effecient Image Generation</b></h1>
105
  <h1 style='text-align: center;'><a href='https://eclipse-t2i.vercel.app/'>Project Page</a> | <a href='https://arxiv.org/abs/2312.04655'>Paper</a> </h1>
106
 
107
- <p style="text-align: center; color: red;">This demo is currently hosted on CPU. We will soon provide the GPU support.</p>
108
- <p style="text-align: center; color: red;">Please follow the instructions from here to run it locally: <a href="https://github.com/eclipse-t2i/eclipse-inference">GitHub Inference Code</a></p>
109
  """
110
  )
111
 
 
101
 
102
  with gr.Blocks() as demo:
103
  gr.Markdown(
104
+ """<h1 style="text-align: center;"><b>[CVPR 2024] <i>ECLIPSE</i>: Revisiting the Text-to-Image Prior for Effecient Image Generation</b></h1>
105
  <h1 style='text-align: center;'><a href='https://eclipse-t2i.vercel.app/'>Project Page</a> | <a href='https://arxiv.org/abs/2312.04655'>Paper</a> </h1>
106
 
 
 
107
  """
108
  )
109