Maitreya Patel commited on
Commit
6b67a59
1 Parent(s): 8719c8b

arxiv link updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def get_images(text, negative_text, steps, guidance_scale):
100
  with gr.Blocks() as demo:
101
  gr.Markdown(
102
  """<h1 style="text-align: center;"><b><i>ECLIPSE</i>: Revisiting the Text-to-Image Prior for Effecient Image Generation</b></h1>
103
- <h1 style='text-align: center;'><a href='https://eclipse-t2i.vercel.app/'>Project Page</a> | <a href='https://eclipse-t2i.vercel.app/'>Paper</a> </h1>
104
 
105
  <p style="text-align: center; color: red;">This demo is currently hosted on CPU. We will soon provide the GPU support.</p>
106
  <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>
 
100
  with gr.Blocks() as demo:
101
  gr.Markdown(
102
  """<h1 style="text-align: center;"><b><i>ECLIPSE</i>: Revisiting the Text-to-Image Prior for Effecient Image Generation</b></h1>
103
+ <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>
104
 
105
  <p style="text-align: center; color: red;">This demo is currently hosted on CPU. We will soon provide the GPU support.</p>
106
  <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>