Spaces:
Running
Running
tianxingxu
commited on
Commit
·
9485973
1
Parent(s):
da66a3d
init
Browse files
app.py
CHANGED
@@ -24,4 +24,17 @@ with gr.Blocks(analytics_enabled=False) as gradio_demo:
|
|
24 |
</div>
|
25 |
"""
|
26 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
gradio_demo.launch(share=True)
|
|
|
24 |
</div>
|
25 |
"""
|
26 |
)
|
27 |
+
gr.HTML(
|
28 |
+
"""
|
29 |
+
<span style='font-size:18px'>Note: \
|
30 |
+
For time quota consideration, we set the default parameters to be more efficient here,\
|
31 |
+
with a trade-off of shorter video length and slightly lower quality.\
|
32 |
+
You may adjust the parameters according to our \
|
33 |
+
<a href='https://github.com/TencentARC/GeometryCrafter/'>[Github Repo]</a>\
|
34 |
+
for better results if you have enough time quota. We only provide a simplified visualization\
|
35 |
+
script in this page due to the lack of support for point cloud sequences. You can download\
|
36 |
+
the npz file and open it with Viser backend in our repo for better visualization. \
|
37 |
+
</span>
|
38 |
+
"""
|
39 |
+
)
|
40 |
gradio_demo.launch(share=True)
|