Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- README.md +1 -0
- requirements.txt +1 -1
- 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
|
| 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
|