Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +1 -15
requirements.txt
CHANGED
|
@@ -1,15 +1 @@
|
|
| 1 |
-
|
| 2 |
-
gradio>=4.0.0
|
| 3 |
-
|
| 4 |
-
# Cain's neural architecture
|
| 5 |
-
torch>=2.0.0
|
| 6 |
-
transformers>=4.30.0
|
| 7 |
-
|
| 8 |
-
# Utilities
|
| 9 |
-
numpy
|
| 10 |
-
pandas
|
| 11 |
-
datasets
|
| 12 |
-
|
| 13 |
-
# Audio Processing Patch for Python 3.13 compatibility
|
| 14 |
-
# Replaces the removed 'pyaudioop' module that pydub requires
|
| 15 |
-
pyaudioop-stub
|
|
|
|
| 1 |
+
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|