VictorSanh commited on
Commit
7dd5e4f
1 Parent(s): 671ee52
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -22,8 +22,6 @@ def install_playwright():
22
  try:
23
  subprocess.run(["playwright", "install"], check=True)
24
  print("Playwright installation successful.")
25
- subprocess.run(["sudo", "playwright", "install-deps"], check=True)
26
- print("Playwright deps installation successful.")
27
  except subprocess.CalledProcessError as e:
28
  print(f"Error during Playwright installation: {e}")
29
 
 
22
  try:
23
  subprocess.run(["playwright", "install"], check=True)
24
  print("Playwright installation successful.")
 
 
25
  except subprocess.CalledProcessError as e:
26
  print(f"Error during Playwright installation: {e}")
27