Dragneel commited on
Commit
b0920a5
·
verified ·
1 Parent(s): ff7f21c

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app.py +2 -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