Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
gradio
|
|
|
|
|
|
|
2 |
transformers
|
3 |
torch
|
4 |
-
torchvision
|
5 |
Pillow
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
pandas
|
3 |
+
python-dotenv
|
4 |
+
google-generativeai
|
5 |
transformers
|
6 |
torch
|
|
|
7 |
Pillow
|