Anupam251272 commited on
Commit
ee237c8
·
verified ·
1 Parent(s): 4dc092d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -1,8 +1,10 @@
1
- gradio
2
  numpy
3
  pandas
4
  matplotlib
5
  torch
6
  transformers
7
- pillow
 
 
8
 
 
1
+ gradio==3.48.0 #You may need to find the latest version of gradio to ensure it runs
2
  numpy
3
  pandas
4
  matplotlib
5
  torch
6
  transformers
7
+ Pillow
8
+ datasets
9
+ huggingface_hub
10