Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Install Gradio
|
2 |
+
gradio
|
3 |
+
|
4 |
+
# Install Groq (if the Groq package is publicly available via pip, otherwise follow the installation instructions from their documentation)
|
5 |
+
groq
|
6 |
+
|
7 |
+
# Install PyTorch
|
8 |
+
torch
|
9 |
+
torchvision
|
10 |
+
|
11 |
+
# Install Pillow (for image processing)
|
12 |
+
pillow
|