Spaces:
zino36
/
Runtime error

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

update text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ title = "MASt3R Demo"
92
  with gradio.Blocks(css=css, title=title, delete_cache=(gradio_delete_cache, gradio_delete_cache)) as demo:
93
  filestate = gradio.State(None)
94
  gradio.HTML('<h2 style="text-align: center;">3D Reconstruction with MASt3R</h2>')
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>. '
 
92
  with gradio.Blocks(css=css, title=title, delete_cache=(gradio_delete_cache, gradio_delete_cache)) as demo:
93
  filestate = gradio.State(None)
94
  gradio.HTML('<h2 style="text-align: center;">3D Reconstruction with MASt3R</h2>')
95
+ gradio.HTML('<p>Upload one or multiple images (wait for them to be fully uploaded before hitting the run button). '
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>. '