Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|