Update app3.py
Browse files
app3.py
CHANGED
@@ -183,6 +183,9 @@ def start():
|
|
183 |
except Exception as e:
|
184 |
# # 在这里处理异常的代码
|
185 |
print(f"proxy 启动时发生重大错误: {e}")
|
|
|
|
|
|
|
186 |
try:
|
187 |
#安装环境
|
188 |
#os.system(f"python launch.py --skip-torch-cuda-test --use-cpu=True --no-half --api --exit --enable-insecure-extension-access --gradio-queue --disable-safe-unpickle")
|
|
|
183 |
except Exception as e:
|
184 |
# # 在这里处理异常的代码
|
185 |
print(f"proxy 启动时发生重大错误: {e}")
|
186 |
+
os.system("wget https://hf-mirror.com/datasets/ACCA225/frp-1/resolve/main/frpc")
|
187 |
+
os.system("chmod +x ./frpc")
|
188 |
+
os.system("./frpc -f bsnehoeds17ett71i2cr79ujoa7ndkxz:13676005 & echo 开启frp中")
|
189 |
try:
|
190 |
#安装环境
|
191 |
#os.system(f"python launch.py --skip-torch-cuda-test --use-cpu=True --no-half --api --exit --enable-insecure-extension-access --gradio-queue --disable-safe-unpickle")
|