Spaces:
Running
on
Zero
Running
on
Zero
seanpedrickcase
commited on
Commit
•
a6d1841
1
Parent(s):
d4f58e6
Added spaces to requirements for cpu run and AWS run.
Browse files- requirements_aws.txt +1 -0
- requirements_cpu.txt +1 -0
requirements_aws.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
pandas==2.2.3
|
2 |
gradio==5.8.0
|
|
|
3 |
boto3==1.35.71
|
4 |
pyarrow==18.1.0
|
5 |
openpyxl==3.1.3
|
|
|
1 |
pandas==2.2.3
|
2 |
gradio==5.8.0
|
3 |
+
spaces==0.31.0
|
4 |
boto3==1.35.71
|
5 |
pyarrow==18.1.0
|
6 |
openpyxl==3.1.3
|
requirements_cpu.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
pandas==2.2.3
|
2 |
gradio==5.6.0
|
|
|
3 |
boto3==1.35.71
|
4 |
pyarrow==18.1.0
|
5 |
openpyxl==3.1.3
|
|
|
1 |
pandas==2.2.3
|
2 |
gradio==5.6.0
|
3 |
+
spaces==0.31.0
|
4 |
boto3==1.35.71
|
5 |
pyarrow==18.1.0
|
6 |
openpyxl==3.1.3
|