Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mistpe
/
local
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mistpe
commited on
10 days ago
Commit
ddb0408
·
verified
·
1 Parent(s):
29f04cd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -8,8 +8,8 @@ CORS(app) # 启用CORS支持跨域请求
8
9
# 使用内存存储统计数据
10
stats = {
11
-
'views':
2030
,
12
-
'usage':
2030
13
}
14
15
# 获取中国时区的当前时间
8
9
# 使用内存存储统计数据
10
stats = {
11
+
'views':
2277
,
12
+
'usage':
2277
13
}
14
15
# 获取中国时区的当前时间