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