Spaces:
Runtime error
Runtime error
saimemrekanat
commited on
Commit
•
1d825ff
1
Parent(s):
e5b09f7
queue test
Browse files
app.py
CHANGED
@@ -277,9 +277,9 @@ def main():
|
|
277 |
inputs=example_images,
|
278 |
outputs=example_images.components)
|
279 |
|
280 |
-
|
281 |
demo.launch(
|
282 |
-
enable_queue=
|
283 |
server_port=args.port,
|
284 |
share=args.share,
|
285 |
)
|
|
|
277 |
inputs=example_images,
|
278 |
outputs=example_images.components)
|
279 |
|
280 |
+
demo.queue()
|
281 |
demo.launch(
|
282 |
+
enable_queue=args.enable_queue,
|
283 |
server_port=args.port,
|
284 |
share=args.share,
|
285 |
)
|