AndrewKapok commited on
Commit
fc591b5
·
verified ·
1 Parent(s): a7a4c4a

Upload run_simple.bat with huggingface_hub

Browse files
Files changed (1) hide show
  1. run_simple.bat +9 -0
run_simple.bat ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ @echo off
2
+
3
+ rem 简化版启动脚本
4
+
5
+ rem 安装依赖
6
+ pip install -r requirements.txt
7
+
8
+ rem 运行简化版应用
9
+ python simple_app.py