Spaces:
Running
on
Zero
Running
on
Zero
Rename requirements (3).txt to requirements.txt
Browse files- requirements (3).txt +0 -4
- requirements.txt +6 -0
requirements (3).txt
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
transformers
|
| 2 |
-
torch
|
| 3 |
-
gradio
|
| 4 |
-
pydantic==2.10.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers>=4.40
|
| 2 |
+
torch>=2.3
|
| 3 |
+
accelerate>=0.28
|
| 4 |
+
torchaudio # або librosa soundfile
|
| 5 |
+
gradio>=4.15
|
| 6 |
+
pydantic==2.10.6
|