Spaces:
Runtime error
Runtime error
Removed queue
Browse files
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__':
|