Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
seaborn
|
4 |
-
matplotlib
|
|
|
|
1 |
+
gradio==3.17.0
|
2 |
+
torch==2.0.0
|
3 |
+
seaborn==0.12.2
|
4 |
+
matplotlib==3.7.1
|
5 |
+
Pillow
|