Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ def build_demo(embed_mode, concurrency_count=1):
|
|
154 |
f"""
|
155 |
<div style="text-align: center; margin-bottom: 20px;">
|
156 |
<!-- Image -->
|
157 |
-
<img src="./
|
158 |
|
159 |
<!-- Description -->
|
160 |
<p>ShowUI is a lightweight vision-language-action model for GUI agents.</p>
|
|
|
154 |
f"""
|
155 |
<div style="text-align: center; margin-bottom: 20px;">
|
156 |
<!-- Image -->
|
157 |
+
<img src="./assets/showui.png" alt="ShowUI" width="320" style="margin-bottom: 10px;"/>
|
158 |
|
159 |
<!-- Description -->
|
160 |
<p>ShowUI is a lightweight vision-language-action model for GUI agents.</p>
|