Spaces:
zino36
/
Runtime error

yocabon commited on
Commit
7ec4c89
1 Parent(s): d8503f1

update text

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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></p>')
 
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)