Spaces:
Running
on
Zero
Running
on
Zero
ethanweber
commited on
Commit
•
81ad4b0
1
Parent(s):
f221956
adding video
Browse files
app.py
CHANGED
@@ -16,6 +16,16 @@ _HEADER_ = '''
|
|
16 |
<h2>Toon3D: Seeing Cartoons from a New Perspective</h2>
|
17 |
Toon3D lifts hand-drawn images to 3D with a piecewise-rigid deformation optimization at hand-labeled keypoints and using monocular depth as a prior. The project page is at <a href='https://toon3d.studio/' target='_blank'>https://toon3d.studio/</a> and the Toon3D Labeler is at <a href='https://labeler.toon3d.studio/' target='_blank'>https://labeler.toon3d.studio/</a>. Follow the steps below to run Toon3D!
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
<div style="margin-top: 20px; font-size: 16px; line-height: 1.6;">
|
20 |
<div style="display: flex; justify-content: space-between;">
|
21 |
<div style="width: 49%;">
|
|
|
16 |
<h2>Toon3D: Seeing Cartoons from a New Perspective</h2>
|
17 |
Toon3D lifts hand-drawn images to 3D with a piecewise-rigid deformation optimization at hand-labeled keypoints and using monocular depth as a prior. The project page is at <a href='https://toon3d.studio/' target='_blank'>https://toon3d.studio/</a> and the Toon3D Labeler is at <a href='https://labeler.toon3d.studio/' target='_blank'>https://labeler.toon3d.studio/</a>. Follow the steps below to run Toon3D!
|
18 |
|
19 |
+
<div style="text-align: center;">
|
20 |
+
<div id="demoVideo" style="display:block; max-width:640px; margin:auto;">
|
21 |
+
<p>Here is a video for how to use our demo:</p>
|
22 |
+
<video width="100%" height="auto" controls autoplay muted>
|
23 |
+
<source src="https://toon3d.studio/static/assets/toon3d-demo.mp4" type="video/mp4">
|
24 |
+
Your browser does not support the video tag.
|
25 |
+
</video>
|
26 |
+
</div>
|
27 |
+
</div>
|
28 |
+
|
29 |
<div style="margin-top: 20px; font-size: 16px; line-height: 1.6;">
|
30 |
<div style="display: flex; justify-content: space-between;">
|
31 |
<div style="width: 49%;">
|