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

Upload run_simple.sh with huggingface_hub

Browse files
Files changed (1) hide show
  1. run_simple.sh +12 -0
run_simple.sh ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # 简化版启动脚本
4
+
5
+ # 激活虚拟环境(如果有)
6
+ # source venv/bin/activate
7
+
8
+ # 安装依赖
9
+ pip install -r requirements.txt
10
+
11
+ # 运行简化版应用
12
+ python simple_app.py