Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import subprocess
|
|
| 6 |
# Install all Playwright browsers with system dependencies
|
| 7 |
try:
|
| 8 |
subprocess.run(
|
| 9 |
-
["playwright", "install", "
|
| 10 |
check=True
|
| 11 |
)
|
| 12 |
print("Successfully installed all browsers for Crawl4AI.")
|
|
|
|
| 6 |
# Install all Playwright browsers with system dependencies
|
| 7 |
try:
|
| 8 |
subprocess.run(
|
| 9 |
+
["playwright", "install", "chromium", "firefox", "webkit"],
|
| 10 |
check=True
|
| 11 |
)
|
| 12 |
print("Successfully installed all browsers for Crawl4AI.")
|