Spaces:
Running on Zero
Running on Zero
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,6 +2,7 @@ transformers>=4.40.0
|
|
| 2 |
torch>=2.0.0
|
| 3 |
accelerate
|
| 4 |
datasets
|
| 5 |
-
gradio
|
| 6 |
spaces
|
| 7 |
tqdm
|
|
|
|
|
|
| 2 |
torch>=2.0.0
|
| 3 |
accelerate
|
| 4 |
datasets
|
| 5 |
+
gradio>=4.0.0
|
| 6 |
spaces
|
| 7 |
tqdm
|
| 8 |
+
huggingface_hub>=0.20.0
|