Spaces:
Running
on
Zero
Running
on
Zero
Maitreya Patel
commited on
Commit
·
8719c8b
1
Parent(s):
4a92f66
cpu notice added
Browse files
app.py
CHANGED
@@ -101,6 +101,9 @@ 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 |
)
|
106 |
|
|
|
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>
|
107 |
"""
|
108 |
)
|
109 |
|