Liu Yiwen commited on
Commit
7722177
·
1 Parent(s): 5c68062

临时提交

Browse files
Files changed (2) hide show
  1. .gitignore +2 -1
  2. requirements.txt +3 -1
.gitignore CHANGED
@@ -1 +1,2 @@
1
- scores/
 
 
1
+ scores/
2
+ .vscode/
requirements.txt CHANGED
@@ -6,9 +6,11 @@ numpy==2.2.2
6
  pandas==2.2.3
7
  plotly==5.22.0
8
  pyarrow==19.0.0
 
9
  tqdm==4.67.1
10
  uvicorn==0.34.0
11
  fsspec[http]
12
  tqdm
13
  tabulate
14
- flask==3.0.3
 
 
6
  pandas==2.2.3
7
  plotly==5.22.0
8
  pyarrow==19.0.0
9
+ Requests==2.32.3
10
  tqdm==4.67.1
11
  uvicorn==0.34.0
12
  fsspec[http]
13
  tqdm
14
  tabulate
15
+ flask==3.0.3
16
+ gradio==4.36.0