Spaces:
Runtime error
Runtime error
pengdaqian
commited on
Commit
·
6b780da
1
Parent(s):
aeeccfe
fix
Browse files
app.py
CHANGED
@@ -346,6 +346,7 @@ def main():
|
|
346 |
|
347 |
app.queue(max_size=3, api_open=False).launch()
|
348 |
except KeyboardInterrupt:
|
|
|
349 |
app.close()
|
350 |
sys.exit(0)
|
351 |
|
|
|
346 |
|
347 |
app.queue(max_size=3, api_open=False).launch()
|
348 |
except KeyboardInterrupt:
|
349 |
+
separator._get_session().close()
|
350 |
app.close()
|
351 |
sys.exit(0)
|
352 |
|