Spaces:
Sleeping
Sleeping
fix: Update title
Browse files
app.py
CHANGED
@@ -278,7 +278,7 @@ example_videos = [os.path.join('./examples', f) for f in os.listdir('./examples'
|
|
278 |
|
279 |
# Update the Gradio interface with improved layout
|
280 |
with gr.Blocks(
|
281 |
-
title="
|
282 |
css="""
|
283 |
#download {
|
284 |
height: 118px;
|
@@ -322,10 +322,10 @@ with gr.Blocks(
|
|
322 |
) as iface:
|
323 |
gr.Markdown(
|
324 |
"""
|
325 |
-
#
|
326 |
<p align="center">
|
327 |
-
<a title="Github" href="https://github.com/Stable-X/
|
328 |
-
<img src="https://img.shields.io/github/stars/Stable-X/
|
329 |
</a>
|
330 |
<a title="Social" href="https://x.com/ychngji6" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
331 |
<img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
|
@@ -333,7 +333,7 @@ with gr.Blocks(
|
|
333 |
</p>
|
334 |
|
335 |
<div style="background-color: #f0f0f0; padding: 10px; border-radius: 5px; margin-bottom: 20px;">
|
336 |
-
<strong>📢 About
|
337 |
</div>
|
338 |
"""
|
339 |
)
|
|
|
278 |
|
279 |
# Update the Gradio interface with improved layout
|
280 |
with gr.Blocks(
|
281 |
+
title="StableRecon: 3D Reconstruction from Video",
|
282 |
css="""
|
283 |
#download {
|
284 |
height: 118px;
|
|
|
322 |
) as iface:
|
323 |
gr.Markdown(
|
324 |
"""
|
325 |
+
# StableRecon: Making Video to 3D easy
|
326 |
<p align="center">
|
327 |
+
<a title="Github" href="https://github.com/Stable-X/StableRecon" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
328 |
+
<img src="https://img.shields.io/github/stars/Stable-X/StableRecon?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
|
329 |
</a>
|
330 |
<a title="Social" href="https://x.com/ychngji6" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
331 |
<img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
|
|
|
333 |
</p>
|
334 |
|
335 |
<div style="background-color: #f0f0f0; padding: 10px; border-radius: 5px; margin-bottom: 20px;">
|
336 |
+
<strong>📢 About StableRecon:</strong> This is an experimental open-source project building on <a href="https://github.com/naver/dust3r" target="_blank">dust3r</a> and <a href="https://github.com/HengyiWang/spann3r" target="_blank">spann3r</a>. We're exploring video-to-3D conversion, using spann3r for tracking and implementing our own backend and meshing. While it's a work in progress with plenty of room for improvement, we're excited to share it with the community. We welcome your feedback, especially on failure cases, as we continue to develop and refine this tool.
|
337 |
</div>
|
338 |
"""
|
339 |
)
|