-
Notifications
You must be signed in to change notification settings - Fork 150
Add WEB UI #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
flyfox666
wants to merge
21
commits into
stepfun-ai:main
Choose a base branch
from
flyfox666:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add WEB UI #43
Changes from 13 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
ec83e50
feat: Add `run_single_task.py` example, `mobile_action_helper.py`, an…
flyfox666 da089d0
feat: Introduce a Gradio web UI for AutoGLM, enabling task execution,…
flyfox666 633ad6f
feat: Add Gradio Web UI for AutoGLM with command execution, real-time…
flyfox666 70ef9ad
Add Gradio web UI for AutoGLM, including trajectory visualization and…
flyfox666 9937777
feat: add Gradio web UI for AutoGLM with trajectory visualization and…
flyfox666 c476733
feat: implement Gradio web UI for stepui with command runner and trac…
flyfox666 6a72f0d
build: Update project dependencies
flyfox666 b490da9
chore: add venv/ to .gitignore
flyfox666 59e396d
feat: introduce Gradio web UI for AutoGLM, supporting command executi…
flyfox666 cd74274
feat: add detailed Web UI instructions and feature descriptions to RE…
flyfox666 2b45d37
Revise README_CN.md with updated information
flyfox666 db507fe
Update README.md by removing old news and contact info
flyfox666 e289875
chore: Clear stepfun API key in model config.
flyfox666 e956172
Enhance README_CN with wireless debugging instructions
flyfox666 9e965bc
Enhance README with wireless debugging instructions
flyfox666 408fc8e
function update
flyfox666 674e80a
Merge branch 'main' of https://github.com/flyfox666/gelab-zero-webui
flyfox666 ae44d91
feat: Add Gradio web UI for AutoGLM Android automation with trajector…
flyfox666 3629d12
feat: Add generated Python bytecode for `app.py`.
flyfox666 ae16bec
feat: Implement GUI agent loop with pause, auto-reply, and image capt…
flyfox666 24f9afa
feat: 更新Gradio界面,添加模型名称输入框并调整相关逻辑
flyfox666 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,4 +5,5 @@ output/ | |
| running_log | ||
| gelab-zero-4b-preview/ | ||
|
|
||
| model_config.yaml | ||
| model_config.yaml | ||
| venv/ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,4 +4,4 @@ local: | |
|
|
||
| stepfun: | ||
| api_base: "https://api.stepfun.com/v1" | ||
| api_key: "EMPTY" | ||
| api_key: "" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,3 +17,4 @@ tqdm | |
| requests | ||
|
|
||
| fastmcp | ||
| gradio | ||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| @cmd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| @echo off | ||
| scrcpy.exe --pause-on-exit=if-error %* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| strCommand = "cmd /c scrcpy.exe" | ||
|
|
||
| For Each Arg In WScript.Arguments | ||
| strCommand = strCommand & " """ & replace(Arg, """", """""""""") & """" | ||
| Next | ||
|
|
||
| CreateObject("Wscript.Shell").Run strCommand, 0, false |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
哥们可以啊
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
哈哈,有个前端用起来方便,不过我还是等能够有一个合适的注入暂停