Spaces:
Sleeping
Sleeping
Stephen Zweibel
commited on
Commit
·
96cc64b
1
Parent(s):
5cbce31
Update app for Hugging Face
Browse files- README.md +1 -0
- packages.txt +17 -0
README.md
CHANGED
@@ -8,4 +8,5 @@ sdk: streamlit
|
|
8 |
sdk_version: 1.29.0
|
9 |
python_version: 3.9
|
10 |
app_file: app.py
|
|
|
11 |
---
|
|
|
8 |
sdk_version: 1.29.0
|
9 |
python_version: 3.9
|
10 |
app_file: app.py
|
11 |
+
post_install_command: "playwright install"
|
12 |
---
|
packages.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# System dependencies for Playwright browsers
|
2 |
+
libnss3
|
3 |
+
libnspr4
|
4 |
+
libdbus-glib-1-2
|
5 |
+
libatk1.0-0
|
6 |
+
libatk-bridge2.0-0
|
7 |
+
libcups2
|
8 |
+
libdrm2
|
9 |
+
libatspi2.0-0
|
10 |
+
libxcomposite1
|
11 |
+
libxdamage1
|
12 |
+
libxfixes3
|
13 |
+
libxrandr2
|
14 |
+
libgbm1
|
15 |
+
libpango-1.0-0
|
16 |
+
libcairo2
|
17 |
+
libasound2
|