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