Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,9 @@ def build_demo(embed_mode, concurrency_count=1):
|
|
153 |
f"""
|
154 |
<div style="text-align: center; margin-bottom: 20px;">
|
155 |
<!-- Image -->
|
156 |
-
<
|
|
|
|
|
157 |
|
158 |
<!-- Description -->
|
159 |
<p>ShowUI is a lightweight vision-language-action model for GUI agents.</p>
|
|
|
153 |
f"""
|
154 |
<div style="text-align: center; margin-bottom: 20px;">
|
155 |
<!-- Image -->
|
156 |
+
<div style="display: flex; justify-content: center;">
|
157 |
+
<img src="data:image/png;base64,{base64_image}" alt="ShowUI" width="320" style="margin-bottom: 10px;"/>
|
158 |
+
</div>
|
159 |
|
160 |
<!-- Description -->
|
161 |
<p>ShowUI is a lightweight vision-language-action model for GUI agents.</p>
|