jandan138 commited on
Commit
19ec408
·
1 Parent(s): ad1357a
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -128,8 +128,8 @@ header_html = """
128
  <div style="display: flex; align-items: center;">
129
  <img src="https://www.shlab.org.cn/static/img/index_14.685f6559.png" alt="Institution Logo" style="height: 60px; margin-right: 20px;">
130
  <div>
131
- <h1 style="margin: 0; color: #2c3e50; font-weight: 600;">🤖 InternManip Model Inference Demo</h1>
132
- <p style="margin: 4px 0 0 0; color: #5d6d7e; font-size: 0.9em;">Model trained on InternManip framework</p>
133
  </div>
134
  </div>
135
  <div style="display: flex; gap: 15px; align-items: center;">
@@ -139,7 +139,7 @@ header_html = """
139
  <a href="https://huggingface.co/OpenRobotLab" target="_blank" style="text-decoration: none; transition: transform 0.2s;" onmouseover="this.style.transform='scale(1.1)'" onmouseout="this.style.transform='scale(1)'">
140
  <img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="HuggingFace" style="height: 30px;">
141
  </a>
142
- <a href="http://123.57.187.96:55004/" target="_blank">
143
  <button style="padding: 8px 15px; background: #3498db; color: white; border: none; border-radius: 4px; cursor: pointer; font-weight: 500; transition: all 0.2s;"
144
  onmouseover="this.style.backgroundColor='#2980b9'; this.style.transform='scale(1.05)'"
145
  onmouseout="this.style.backgroundColor='#3498db'; this.style.transform='scale(1)'">
 
128
  <div style="display: flex; align-items: center;">
129
  <img src="https://www.shlab.org.cn/static/img/index_14.685f6559.png" alt="Institution Logo" style="height: 60px; margin-right: 20px;">
130
  <div>
131
+ <h1 style="margin: 0; color: #2c3e50; font-weight: 600;">🤖 InternNav Model Inference Demo</h1>
132
+ <p style="margin: 4px 0 0 0; color: #5d6d7e; font-size: 0.9em;">Model trained on InternNav framework</p>
133
  </div>
134
  </div>
135
  <div style="display: flex; gap: 15px; align-items: center;">
 
139
  <a href="https://huggingface.co/OpenRobotLab" target="_blank" style="text-decoration: none; transition: transform 0.2s;" onmouseover="this.style.transform='scale(1.1)'" onmouseout="this.style.transform='scale(1)'">
140
  <img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="HuggingFace" style="height: 30px;">
141
  </a>
142
+ <a href="https://huggingface.co/spaces/OpenRobotLab/InternManip-eval-demo" target="_blank">
143
  <button style="padding: 8px 15px; background: #3498db; color: white; border: none; border-radius: 4px; cursor: pointer; font-weight: 500; transition: all 0.2s;"
144
  onmouseover="this.style.backgroundColor='#2980b9'; this.style.transform='scale(1.05)'"
145
  onmouseout="this.style.backgroundColor='#3498db'; this.style.transform='scale(1)'">