asifHuggingFace commited on
Commit
f84b729
·
verified ·
1 Parent(s): 0926001

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +1 -0
  2. requirements.txt +1 -1
  3. runtime.txt +1 -0
README.md CHANGED
@@ -3,6 +3,7 @@ title: Browser_Web_UI_Automation
3
  app_file: webui.py
4
  sdk: gradio
5
  sdk_version: 5.27.0
 
6
  ---
7
 
8
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
3
  app_file: webui.py
4
  sdk: gradio
5
  sdk_version: 5.27.0
6
+ python_version: "3.11"
7
  ---
8
 
9
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- browser-use==0.1.48
2
  pyperclip==1.9.0
3
  gradio==5.27.0
4
  json-repair
 
1
+ browser-use>=0.1.48
2
  pyperclip==1.9.0
3
  gradio==5.27.0
4
  json-repair
runtime.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ python-3.11