Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update
Browse files- app.py +1 -1
- e2bqwen.py +2 -2
app.py
CHANGED
@@ -563,7 +563,7 @@ with gr.Blocks(theme=theme, css=custom_css, js=custom_js) as demo:
|
|
563 |
)
|
564 |
with gr.Sidebar(position="left"):
|
565 |
task_input = gr.Textbox(
|
566 |
-
value="Download a picture of a cute puppy",
|
567 |
label="Enter your task below:",
|
568 |
elem_classes="primary-color-label"
|
569 |
)
|
|
|
563 |
)
|
564 |
with gr.Sidebar(position="left"):
|
565 |
task_input = gr.Textbox(
|
566 |
+
value="Download a picture of a cute puppy from Google",
|
567 |
label="Enter your task below:",
|
568 |
elem_classes="primary-color-label"
|
569 |
)
|
e2bqwen.py
CHANGED
@@ -139,7 +139,7 @@ Whenever you click, MAKE SURE to click in the middle of the button, text, link o
|
|
139 |
|
140 |
<general_guidelines>
|
141 |
You can wait for appropriate loading times using the wait() tool. But don't wait forever, sometimes you've just misclicked and the process didn't launch.
|
142 |
-
Use precise coordinates based on the current screenshot
|
143 |
Execute one action at a time: don't try to pack a click and typing in one action.
|
144 |
On each step, look at the last screenshot and action to validate if previous steps worked and decide the next action. If you repeated an action already without effect, it means that this action is useless: don't repeat it and try something else.
|
145 |
Use click to move through menus on the desktop and scroll for web and specific applications.
|
@@ -447,7 +447,7 @@ class QwenVLAPIModel(Model):
|
|
447 |
)
|
448 |
self.fallback_model = HfApiModel(
|
449 |
model_id,
|
450 |
-
provider="
|
451 |
token=hf_token,
|
452 |
max_tokens=4096,
|
453 |
)
|
|
|
139 |
|
140 |
<general_guidelines>
|
141 |
You can wait for appropriate loading times using the wait() tool. But don't wait forever, sometimes you've just misclicked and the process didn't launch.
|
142 |
+
Use precise coordinates based on the current screenshot. Don't do hypothesis or guessing: USE TRUE COORDINATES.
|
143 |
Execute one action at a time: don't try to pack a click and typing in one action.
|
144 |
On each step, look at the last screenshot and action to validate if previous steps worked and decide the next action. If you repeated an action already without effect, it means that this action is useless: don't repeat it and try something else.
|
145 |
Use click to move through menus on the desktop and scroll for web and specific applications.
|
|
|
447 |
)
|
448 |
self.fallback_model = HfApiModel(
|
449 |
model_id,
|
450 |
+
provider="nebius",
|
451 |
token=hf_token,
|
452 |
max_tokens=4096,
|
453 |
)
|