hanjunjung commited on
Commit ·
c23d25c
1
Parent(s): 1aa69e4
[fix] huggingface space에서 chrome browser 설치 관련 이슈
Browse files- packages.txt +3 -0
- 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.
|
| 2 |
-
anthropic==0.
|
| 3 |
-
selenium==4.
|
| 4 |
-
webdriver-manager==4.0.
|
| 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
|