update text
Browse files
app.py
CHANGED
@@ -95,7 +95,8 @@ with gradio.Blocks(css=css, title=title, delete_cache=(gradio_delete_cache, grad
|
|
95 |
gradio.HTML('<p>Upload one or multiple images. '
|
96 |
'We tested with up to 18 images before running into the allocation timeout - set at 3 minutes but your mileage may vary. '
|
97 |
'If you want to try larger image collections, you can find the more complete version of this demo that you can run locally '
|
98 |
-
'and more details about the method at <a href="https://github.com/naver/mast3r">github.com/naver/mast3r</a
|
|
|
99 |
with gradio.Column():
|
100 |
inputfiles = gradio.File(file_count="multiple")
|
101 |
snapshot = gradio.Image(None, visible=False)
|
|
|
95 |
gradio.HTML('<p>Upload one or multiple images. '
|
96 |
'We tested with up to 18 images before running into the allocation timeout - set at 3 minutes but your mileage may vary. '
|
97 |
'If you want to try larger image collections, you can find the more complete version of this demo that you can run locally '
|
98 |
+
'and more details about the method at <a href="https://github.com/naver/mast3r">github.com/naver/mast3r</a>. '
|
99 |
+
'The checkpoint used in this demo is available at <a href="https://huggingface.co/naver/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric">huggingface.co/naver/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric</a>.</p>')
|
100 |
with gradio.Column():
|
101 |
inputfiles = gradio.File(file_count="multiple")
|
102 |
snapshot = gradio.Image(None, visible=False)
|