Skip to content

Commit e9f2840

Browse files
committed
update pages
1 parent e34d970 commit e9f2840

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

site/asset/device_cloud.mp4

34.2 MB
Binary file not shown.

site/asset/device_only.mp4

30.6 MB
Binary file not shown.

site/index.html

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ <h1>MAI-UI: A Foundational GUI Agent for Mobile Intelligent Assistance</h1>
8383
<span class="author">Quyu Kong</span>,
8484
<span class="author">Chenglin Cai</span>,
8585
<span class="author">Chen Liu</span>,
86-
<span class="author">Yue Wang</span>,
87-
<span class="author">Steven HOI<sup></sup></span>
86+
<span class="author">Yue Wang<sup></sup></span>,
87+
<span class="author">Jingren Zhou</span>,
88+
<span class="author">Steven HOI</span>
8889
</p>
8990

9091
<p class="affiliations">
@@ -1027,6 +1028,27 @@ <h3>Performance</h3>
10271028
<h2>Device-Cloud Collaboration</h2>
10281029
<h3>System Architecture</h3>
10291030
<img src="asset/device_cloud.png" style="width: 100%; max-width: 800px; border: 1px solid #ddd; border-radius: 8px;">
1031+
<h3>Demo</h3>
1032+
<div class="demo-grid">
1033+
<div>
1034+
<div class="demo-video-wrapper">
1035+
<video controls>
1036+
<source src="asset/device_only.mp4" type="video/mp4">
1037+
Your browser does not support the video tag.
1038+
</video>
1039+
</div>
1040+
<p class="demo-video-caption">Device-cloud collaboration for simple tasks, no need cloud model invocation.</p>
1041+
</div>
1042+
<div>
1043+
<div class="demo-video-wrapper">
1044+
<video controls>
1045+
<source src="asset/device_cloud.mp4" type="video/mp4">
1046+
Your browser does not support the video tag.
1047+
</video>
1048+
</div>
1049+
<p class="demo-video-caption">Device-cloud collaboration for complex tasks, requiring cloud model invocation when the task is beyond the device models capabilities.</p>
1050+
</div>
1051+
</div>
10301052
<h3>Performance</h3>
10311053
<img src="asset/cloud_device.png" style="width: 100%; max-width: 800px; border: 1px solid #ddd; border-radius: 8px;">
10321054
</section>
@@ -1045,6 +1067,9 @@ <h3>Case Study of MCP Call</h3>
10451067
(Zone C; 969 Wenyi West Road, Yuhang District, Hangzhou). Send the address of the nearer apartment to my
10461068
friend Mia”.</figcaption>
10471069
</figure>
1070+
1071+
1072+
10481073
<h3>Case Study of User Interaction</h3>
10491074
<figure class="figure">
10501075
<!-- 这里放你的架构图 -->

0 commit comments

Comments
 (0)