Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HongShi418
/
driver
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
HongShi418
commited on
Jul 14
Commit
e94231e
·
verified
·
1 Parent(s):
b048398
Delete app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-9
app.py
DELETED
Viewed
@@ -1,9 +0,0 @@
1
-
import subprocess
2
-
import os
3
-
4
-
# 启动 OpenList 服务
5
-
subprocess.Popen(["./openlist", "server", "--data", "./data"])
6
-
7
-
# 保持容器运行
8
-
while True:
9
-
pass