omer11a commited on
Commit
2aebc5f
·
1 Parent(s): 50494f3

Removed queue

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -336,7 +336,6 @@ def main():
336
  description = """<p> The source code of this demo is based on the <a href="https://huggingface.co/spaces/gligen/demo/tree/main">GLIGEN demo</a>.</p>"""
337
  gr.HTML(description)
338
 
339
- demo.queue(max_size=50)
340
  demo.launch(show_api=False, show_error=True)
341
 
342
  if __name__ == '__main__':
 
336
  description = """<p> The source code of this demo is based on the <a href="https://huggingface.co/spaces/gligen/demo/tree/main">GLIGEN demo</a>.</p>"""
337
  gr.HTML(description)
338
 
 
339
  demo.launch(show_api=False, show_error=True)
340
 
341
  if __name__ == '__main__':