Update app.py
Browse files
app.py
CHANGED
@@ -173,6 +173,7 @@ def create_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 |
<p style="text-align: center; color: red;">This demo is currently hosted on CPU. We will soon provide the GPU support.</p>
|
177 |
<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>
|
178 |
"""
|
@@ -226,4 +227,4 @@ def create_demo():
|
|
226 |
|
227 |
if __name__ == '__main__':
|
228 |
demo = create_demo()
|
229 |
-
demo.queue(
|
|
|
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 |
"""
|
|
|
227 |
|
228 |
if __name__ == '__main__':
|
229 |
demo = create_demo()
|
230 |
+
demo.queue(max_size=20).launch()
|