kfahn commited on
Commit
667a8cc
·
verified ·
1 Parent(s): 660c14c

Update app.py

Browse files

try updating the subprocesses

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from Gradio_UI import GradioUI
16
 
17
  nest_asyncio.apply() # Ensure async works in a Jupyter/Colab/HF Spaces environment
18
 
19
- subprocess.run(["playwright", "install"])
20
 
21
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
22
  @tool
 
16
 
17
  nest_asyncio.apply() # Ensure async works in a Jupyter/Colab/HF Spaces environment
18
 
19
+ subprocess.run(["playwright", "install", "chromium"])
20
 
21
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
22
  @tool