Abdullah-Basar commited on
Commit
339a9a2
·
verified ·
1 Parent(s): 1c8aab0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -12
requirements.txt CHANGED
@@ -1,12 +1,5 @@
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
 
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