mpatel57 commited on
Commit
d340330
verified
1 Parent(s): c0e580a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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(api_open=False).launch(share=True)
 
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()