Update share_btn.py
Browse files- share_btn.py +1 -0
share_btn.py
CHANGED
@@ -56,6 +56,7 @@ share_js = """async () => {
|
|
56 |
const descriptionMd = `
|
57 |
#### Video input:
|
58 |
${urlInputVid}
|
|
|
59 |
#### Pix2Pix result:
|
60 |
${dataOutputVid}
|
61 |
`;
|
|
|
56 |
const descriptionMd = `
|
57 |
#### Video input:
|
58 |
${urlInputVid}
|
59 |
+
|
60 |
#### Pix2Pix result:
|
61 |
${dataOutputVid}
|
62 |
`;
|