kfahn commited on
Commit
a9d59cd
·
verified ·
1 Parent(s): 92c97be

Update app.py

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