Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ import subprocess
|
|
| 9 |
|
| 10 |
# Ensure Playwright installs required browsers and dependencies
|
| 11 |
subprocess.run(["playwright", "install"])
|
|
|
|
| 12 |
|
| 13 |
nest_asyncio.apply()
|
| 14 |
|
|
|
|
| 9 |
|
| 10 |
# Ensure Playwright installs required browsers and dependencies
|
| 11 |
subprocess.run(["playwright", "install"])
|
| 12 |
+
subprocess.run(["playwright", "install-deps"])
|
| 13 |
|
| 14 |
nest_asyncio.apply()
|
| 15 |
|