fffiloni commited on
Commit
d510fa3
1 Parent(s): 6b8d85f

Update share_btn.py

Browse files
Files changed (1) hide show
  1. share_btn.py +2 -1
share_btn.py CHANGED
@@ -68,7 +68,8 @@ share_js = """async () => {
68
 
69
  const descriptionMd = `
70
  #### Image init:
71
- ${urlInputImg}
 
72
  #### MS Image2Video result:
73
  ${dataOutputVid}
74
  `;
 
68
 
69
  const descriptionMd = `
70
  #### Image init:
71
+ <imr src="${urlInputImg}" width="42%" />
72
+
73
  #### MS Image2Video result:
74
  ${dataOutputVid}
75
  `;