heramb04 commited on
Commit
a5c1f4b
·
verified ·
1 Parent(s): f4a0765

Added datasets as a requirement

Browse files

created a dataset to store sample images for quick testing using the random picker

Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- torch
2
- torchvision
3
- gradio
4
- pillow
 
 
1
+ torch
2
+ torchvision
3
+ gradio
4
+ pillow
5
+ datasets>=2.18.0