hanjunjung commited on
Commit
c23d25c
·
1 Parent(s): 1aa69e4

[fix] huggingface space에서 chrome browser 설치 관련 이슈

Browse files
Files changed (2) hide show
  1. packages.txt +3 -0
  2. requirements.txt +6 -5
packages.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+
2
+ chromium-browser
3
+ chromium-chromedriver
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- gradio==4.44.1
2
- anthropic==0.28.1
3
- selenium==4.15.0
4
- webdriver-manager==4.0.1
5
- python-dotenv==1.0.0
 
 
1
+ gradio==4.44.0
2
+ anthropic==0.34.0
3
+ selenium==4.25.0
4
+ webdriver-manager==4.0.2
5
+ python-dotenv==1.0.0
6
+ Pillow==10.4.0