Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -12
requirements.txt
CHANGED
@@ -1,12 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
# Install PyTorch
|
8 |
-
torch
|
9 |
-
torchvision
|
10 |
-
|
11 |
-
# Install Pillow (for image processing)
|
12 |
-
pillow
|
|
|
1 |
+
gradio==3.34.0
|
2 |
+
groq==1.0.0
|
3 |
+
torch==1.13.0
|
4 |
+
torchvision==0.14.0
|
5 |
+
Pillow==9.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|