kevin1911 commited on
Commit
798f354
·
verified ·
1 Parent(s): 70d5668

Update requirements.txt

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