Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
qiqi657s
/
url2txt
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
qiqi657s
commited on
Dec 4, 2024
Commit
2a96f6e
·
verified
·
1 Parent(s):
302ba29
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-4
app.py
CHANGED
Viewed
@@ -27,10 +27,6 @@ def start_chrome():
27
28
29
30
-
# 确保 /app/cache 目录存在
31
-
cache_dir = "~/cache"
32
-
if not os.path.exists(cache_dir):
33
-
os.makedirs(cache_dir) # 创建目录
34
35
36
27
28
29
30
31
32