Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -715,6 +715,7 @@ with gr.Blocks(title="ZeroEngine-Backend") as demo:
|
|
| 715 |
if __name__ == "__main__":
|
| 716 |
import atexit
|
| 717 |
import signal
|
|
|
|
| 718 |
|
| 719 |
def cleanup_on_exit():
|
| 720 |
"""Cleanup function called on application exit"""
|
|
|
|
| 715 |
if __name__ == "__main__":
|
| 716 |
import atexit
|
| 717 |
import signal
|
| 718 |
+
import sys
|
| 719 |
|
| 720 |
def cleanup_on_exit():
|
| 721 |
"""Cleanup function called on application exit"""
|