AhsanRazi commited on
Commit
3034038
·
verified ·
1 Parent(s): d961e29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "--with-deps", "chromium", "firefox", "webkit"],
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.")