Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import asyncio
|
|
| 7 |
from typing import Dict, Optional
|
| 8 |
from itertools import cycle
|
| 9 |
#os.system("playwright install")
|
| 10 |
-
os.system("playwright install
|
| 11 |
# Install playwright if not present
|
| 12 |
'''if os.getenv("PLAYWRIGHT_INSTALL_RUN", "false").lower() != "true":
|
| 13 |
os.system("playwright install --with-deps")
|
|
|
|
| 7 |
from typing import Dict, Optional
|
| 8 |
from itertools import cycle
|
| 9 |
#os.system("playwright install")
|
| 10 |
+
os.system("playwright install")
|
| 11 |
# Install playwright if not present
|
| 12 |
'''if os.getenv("PLAYWRIGHT_INSTALL_RUN", "false").lower() != "true":
|
| 13 |
os.system("playwright install --with-deps")
|