Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
import subprocess
|
3 |
import sys
|
4 |
import json
|
5 |
-
|
6 |
# 设置环境
|
7 |
def setup_environment():
|
8 |
if not os.path.exists("skywork-o1-prm-inference"):
|
|
|
2 |
import subprocess
|
3 |
import sys
|
4 |
import json
|
5 |
+
import numpy as np
|
6 |
# 设置环境
|
7 |
def setup_environment():
|
8 |
if not os.path.exists("skywork-o1-prm-inference"):
|