Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -1
requirements.txt
CHANGED
@@ -1 +1,12 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core ML and Web Interface Libraries
|
2 |
+
torch>=2.0.0
|
3 |
+
torchvision>=0.15.0
|
4 |
+
torchaudio>=2.0.0
|
5 |
+
transformers>=4.30.0
|
6 |
+
gradio>=4.0.0
|
7 |
+
|
8 |
+
# Common dependencies
|
9 |
+
numpy>=1.21.0
|
10 |
+
pillow>=9.0.0
|
11 |
+
requests>=2.28.0
|
12 |
+
huggingface-hub>=0.16.0
|