lengyue233 doevent commited on
Commit
ad0fef1
·
verified ·
1 Parent(s): 45eadd5

Fix CUDA error (#9)

Browse files

- Fix CUDA error (ea0bf2f3a5910170a667f78e3ecb1ae29a7ccb28)


Co-authored-by: Max Skobeev <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -546,4 +546,4 @@ if __name__ == "__main__":
546
  logger.info("Warming up done, launching the web UI...")
547
 
548
  app = build_app()
549
- app.launch(show_api=True)
 
546
  logger.info("Warming up done, launching the web UI...")
547
 
548
  app = build_app()
549
+ app.queue(api_open=True).launch(show_error=True, show_api=True)