iruno commited on
Commit
bc28e2c
·
verified ·
1 Parent(s): f026de8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import sys
4
 
5
  print("Installing BrowserGym dependencies...")
6
  subprocess.run("cd BrowserGym && make install", shell=True, check=True)
7
- subprocess.run("sudo playwright install-deps", shell=True, check=True)
8
  print("BrowserGym installation completed successfully")
9
 
10
  # Add BrowserGym directory to sys.path directly
 
4
 
5
  print("Installing BrowserGym dependencies...")
6
  subprocess.run("cd BrowserGym && make install", shell=True, check=True)
7
+ subprocess.run("playwright install-deps", shell=True, check=True)
8
  print("BrowserGym installation completed successfully")
9
 
10
  # Add BrowserGym directory to sys.path directly