Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
7e43f5e
1
Parent(s):
a005ccf
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def restart_script_periodically():
|
|
19 |
os.execl(sys.executable, sys.executable, *sys.argv)
|
20 |
|
21 |
restart_thread = Thread(target=restart_script_periodically, daemon=True)
|
22 |
-
restart_thread.start(
|
23 |
|
24 |
queue = Queue()
|
25 |
queue_threshold = 100
|
|
|
19 |
os.execl(sys.executable, sys.executable, *sys.argv)
|
20 |
|
21 |
restart_thread = Thread(target=restart_script_periodically, daemon=True)
|
22 |
+
restart_thread.start()
|
23 |
|
24 |
queue = Queue()
|
25 |
queue_threshold = 100
|