Spaces:
Sleeping
Sleeping
Update app.py
Browse filestry updating the subprocesses
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
|