[Add] browser-use and main.py
This commit is contained in:
parent
08e64bdf45
commit
96914d44ac
221 changed files with 30952 additions and 1 deletions
7
browser-use/examples/ui/README.md
Normal file
7
browser-use/examples/ui/README.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# **User Interfaces of Browser-Use**
|
||||
|
||||
| **File Name** | **User Interface** | **Description** | **Example Usage** |
|
||||
|------------------------|-------------------|-------------------------------------------|-------------------------------------------|
|
||||
| `command_line.py` | **Terminal** | Parses arguments for command-line execution. | `python command_line.py` |
|
||||
| `gradio_demo.py` | **Gradio** | Provides a Gradio-based interactive UI. | `python gradio_demo.py` |
|
||||
| `streamlit_demo.py` | **Streamlit** | Runs a Streamlit-based web interface. | `python -m streamlit run streamlit_demo.py` |
|
||||
Loading…
Add table
Add a link
Reference in a new issue