davidegato1 commited on
Commit
f702eb1
·
verified ·
1 Parent(s): 4740a80

Update requirement.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- gradio
2
- bing_image_downloader
3
- requests
4
- beautifulsoup4
 
 
1
+ gradio>=3.50
2
+ bing-image-downloader==1.0.4
3
+ beautifulsoup4>=4.12.0
4
+ requests>=2.31.0
5
+ urllib3>=2.0.0