Upload folder using huggingface_hub
Browse files- app.py +2 -2
- requirements.txt +2 -1
app.py
CHANGED
@@ -16,8 +16,8 @@ import os
|
|
16 |
import subprocess
|
17 |
|
18 |
# Install Playwright and browsers
|
19 |
-
subprocess.run(["playwright", "install"], check=True)
|
20 |
-
subprocess.run(["playwright", "install-deps"], check=True)
|
21 |
|
22 |
# os.system("apt-get update")
|
23 |
os.system(
|
|
|
16 |
import subprocess
|
17 |
|
18 |
# Install Playwright and browsers
|
19 |
+
# subprocess.run(["playwright", "install"], check=True)
|
20 |
+
# subprocess.run(["playwright", "install-deps"], check=True)
|
21 |
|
22 |
# os.system("apt-get update")
|
23 |
os.system(
|
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ groq
|
|
4 |
fake-useragent
|
5 |
google-generativeai
|
6 |
gradio
|
7 |
-
tenacity
|
|
|
|
4 |
fake-useragent
|
5 |
google-generativeai
|
6 |
gradio
|
7 |
+
tenacity
|
8 |
+
--playwright install chromium
|