Spaces:
Runtime error
Runtime error
init
Browse files- llava/serve/gradio_web_server.py +7 -0
- pyproject.toml +1 -1
llava/serve/gradio_web_server.py
CHANGED
@@ -459,6 +459,13 @@ def build_demo(embed_mode, cur_dir=None, concurrency_count=1):
|
|
459 |
cur_dir = os.path.dirname(os.path.abspath(__file__))
|
460 |
gr.Examples(examples=[
|
461 |
[f"{cur_dir}/amazon.jpg",f"Search bar at the top of the page"],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
462 |
# [f"{cur_dir}/examples/waterview.jpg", "What are the things I should be cautious about when I visit here?"],
|
463 |
], inputs=[imagebox, textbox])
|
464 |
# temperature=0
|
|
|
459 |
cur_dir = os.path.dirname(os.path.abspath(__file__))
|
460 |
gr.Examples(examples=[
|
461 |
[f"{cur_dir}/amazon.jpg",f"Search bar at the top of the page"],
|
462 |
+
[f"{cur_dir}/semantic.jpg", f"Home"],
|
463 |
+
[f"{cur_dir}/accweather.jpg", f"Select May"],
|
464 |
+
[f"{cur_dir}/ios.jpg", f"Open Maps"],
|
465 |
+
[f"{cur_dir}/arxiv.jpg", f"Home"],
|
466 |
+
[f"{cur_dir}/ios.jpg", f"icon at the top right corner"],
|
467 |
+
|
468 |
+
|
469 |
# [f"{cur_dir}/examples/waterview.jpg", "What are the things I should be cautious about when I visit here?"],
|
470 |
], inputs=[imagebox, textbox])
|
471 |
# temperature=0
|
pyproject.toml
CHANGED
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4 |
|
5 |
[project]
|
6 |
name = "uground_demo_test"
|
7 |
-
version = "4.
|
8 |
description = "Navigating the Digital World as Humans Do: Universal Visual Grounding for GUI Agents"
|
9 |
readme = "README.md"
|
10 |
requires-python = ">=3.8"
|
|
|
4 |
|
5 |
[project]
|
6 |
name = "uground_demo_test"
|
7 |
+
version = "4.3"
|
8 |
description = "Navigating the Digital World as Humans Do: Universal Visual Grounding for GUI Agents"
|
9 |
readme = "README.md"
|
10 |
requires-python = ">=3.8"
|