Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -205,7 +205,7 @@ def build_demo(embed_mode, concurrency_count=1):
|
|
| 205 |
f"""
|
| 206 |
<div style="text-align: center; margin-bottom: 20px;">
|
| 207 |
<div style="display: flex; justify-content: center;">
|
| 208 |
-
<img src="
|
| 209 |
</div>
|
| 210 |
<p>ShowUI is a lightweight vision-language-action model for GUI agents.</p>
|
| 211 |
<div style="display: flex; justify-content: center; gap: 15px; font-size: 20px;">
|
|
|
|
| 205 |
f"""
|
| 206 |
<div style="text-align: center; margin-bottom: 20px;">
|
| 207 |
<div style="display: flex; justify-content: center;">
|
| 208 |
+
<img src="https://raw.githubusercontent.com/showlab/ShowUI/refs/heads/main/assets/showui.jpg" alt="ShowUI" width="320" style="margin-bottom: 10px;"/>
|
| 209 |
</div>
|
| 210 |
<p>ShowUI is a lightweight vision-language-action model for GUI agents.</p>
|
| 211 |
<div style="display: flex; justify-content: center; gap: 15px; font-size: 20px;">
|