wangyiyi666 commited on
Commit
579f6d9
·
verified ·
1 Parent(s): 4c4b240

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -168,8 +168,8 @@ def _build_viewer_html(inbox_path: str | None, outbox_path: str | None) -> str:
168
 
169
  vid_in = f"mv-in-{uid}"
170
  vid_out = f"mv-out-{uid}"
171
- left = _viewer("\ud83d\udce4 \u539f\u59cb\u6a21\u578b", inbox_path, vid_in)
172
- right = _viewer("\u2728 \u4f18\u5316\u540e\u6a21\u578b", outbox_path, vid_out)
173
  if not left and not right:
174
  return ""
175
 
 
168
 
169
  vid_in = f"mv-in-{uid}"
170
  vid_out = f"mv-out-{uid}"
171
+ left = _viewer("📤 原始模型", inbox_path, vid_in)
172
+ right = _viewer(" 优化后模型", outbox_path, vid_out)
173
  if not left and not right:
174
  return ""
175