h-siyuan commited on
Commit
880fa16
1 Parent(s): a333a9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="data:image/png;base64,{base64_image}" 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;">
 
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;">