commit
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ css = """.gradio-container {margin: 0 !important; min-width: 100%};"""
|
|
120 |
title = "Align3R Demo"
|
121 |
with gradio.Blocks(css=css, title=title, delete_cache=(gradio_delete_cache, gradio_delete_cache)) as demo:
|
122 |
filestate = gradio.State(None)
|
123 |
-
gradio.HTML('<h2 style="text-align: center;">3D Reconstruction with
|
124 |
gradio.HTML('<p>Upload two images (wait for them to be fully uploaded before hitting the run button). '
|
125 |
'If you want to try larger image collections, you can find the more complete version of this demo that you can run locally '
|
126 |
'and more details about the method at <a href="https://github.com/jiah-cloud/Align3R">github.com/jiah-cloud/Align3R</a>. '
|
|
|
120 |
title = "Align3R Demo"
|
121 |
with gradio.Blocks(css=css, title=title, delete_cache=(gradio_delete_cache, gradio_delete_cache)) as demo:
|
122 |
filestate = gradio.State(None)
|
123 |
+
gradio.HTML('<h2 style="text-align: center;">3D Reconstruction with Align3R</h2>')
|
124 |
gradio.HTML('<p>Upload two images (wait for them to be fully uploaded before hitting the run button). '
|
125 |
'If you want to try larger image collections, you can find the more complete version of this demo that you can run locally '
|
126 |
'and more details about the method at <a href="https://github.com/jiah-cloud/Align3R">github.com/jiah-cloud/Align3R</a>. '
|