Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# Note that this requirements file is optimised for Hugging Face spaces / Python 3.10. Please use requirements_no_local.txt for installation without local model inference (simplest approach to get going). Please use requirements_cpu.txt for CPU instances and requirements_gpu.txt for GPU instances using Python 3.11
|
| 2 |
gradio==6.9.0
|
| 3 |
transformers==4.57.2
|
| 4 |
-
spaces=
|
| 5 |
boto3>=1.42.1
|
| 6 |
pandas>=2.3.3
|
| 7 |
pyarrow>=21.0.0
|
|
|
|
| 1 |
# Note that this requirements file is optimised for Hugging Face spaces / Python 3.10. Please use requirements_no_local.txt for installation without local model inference (simplest approach to get going). Please use requirements_cpu.txt for CPU instances and requirements_gpu.txt for GPU instances using Python 3.11
|
| 2 |
gradio==6.9.0
|
| 3 |
transformers==4.57.2
|
| 4 |
+
spaces<=0.47.0
|
| 5 |
boto3>=1.42.1
|
| 6 |
pandas>=2.3.3
|
| 7 |
pyarrow>=21.0.0
|