Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -338,7 +338,8 @@ safetensors==0.4.1
|
|
| 338 |
prodigyopt==1.0
|
| 339 |
hf-transfer==0.1.4
|
| 340 |
huggingface_hub==0.20.3
|
| 341 |
-
git+https://github.com/huggingface/datasets.git@3f149204a2a5948287adcade5e90707aa5207a92
|
|
|
|
| 342 |
file_path = f'{spacerunner_folder}/requirements.txt'
|
| 343 |
with open(file_path, 'w') as file:
|
| 344 |
file.write(requirements)
|
|
|
|
| 338 |
prodigyopt==1.0
|
| 339 |
hf-transfer==0.1.4
|
| 340 |
huggingface_hub==0.20.3
|
| 341 |
+
git+https://github.com/huggingface/datasets.git@3f149204a2a5948287adcade5e90707aa5207a92
|
| 342 |
+
numpy==1.26.4'''
|
| 343 |
file_path = f'{spacerunner_folder}/requirements.txt'
|
| 344 |
with open(file_path, 'w') as file:
|
| 345 |
file.write(requirements)
|