Spaces:
Running
on
L4
Running
on
L4
There is a space overflow in RAM, which causes a Cuda Error. Perhaps saving sessions will solve the issue.
#13
by
doevent
- opened
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.queue(
|
|
|
546 |
logger.info("Warming up done, launching the web UI...")
|
547 |
|
548 |
app = build_app()
|
549 |
+
app.queue().launch(state_session_capacity=20, show_error=True, show_api=True)
|