Spaces:
Runtime error
Runtime error
Update test.py
Browse files
test.py
CHANGED
@@ -7,8 +7,6 @@ from scale import scale
|
|
7 |
|
8 |
os.environ["no_proxy"] = "localhost,127.0.0.1,::1"
|
9 |
|
10 |
-
score1 = 0 # 量表得分,全局可修改
|
11 |
-
|
12 |
with gr.Blocks() as test_mode:
|
13 |
# 量表得分
|
14 |
|
|
|
7 |
|
8 |
os.environ["no_proxy"] = "localhost,127.0.0.1,::1"
|
9 |
|
|
|
|
|
10 |
with gr.Blocks() as test_mode:
|
11 |
# 量表得分
|
12 |
|