Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
|
@@ -269,7 +269,7 @@ def start_block_launch():
|
|
| 269 |
block.launch()
|
| 270 |
launch_thread = threading.Thread(target=start_block_launch)
|
| 271 |
launch_thread.start()
|
| 272 |
-
|
| 273 |
try:
|
| 274 |
while True:
|
| 275 |
time.sleep(60) # 主线程保持活跃
|
|
|
|
| 269 |
block.launch()
|
| 270 |
launch_thread = threading.Thread(target=start_block_launch)
|
| 271 |
launch_thread.start()
|
| 272 |
+
import time
|
| 273 |
try:
|
| 274 |
while True:
|
| 275 |
time.sleep(60) # 主线程保持活跃
|