Spaces:
zino36
/
Runtime error

yocabon commited on
Commit
3828623
·
verified ·
1 Parent(s): 314f8f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ title = "MASt3R Demo"
85
  with gradio.Blocks(css=css, title=title, delete_cache=(gradio_delete_cache, gradio_delete_cache)) as demo:
86
  filestate = gradio.State(None)
87
  gradio.HTML('<h2 style="text-align: center;">3D Reconstruction with MASt3R</h2>')
88
- gradio.HTML('<h3 style="text-align: center;">Upload one or multiple images</h3>')
89
  with gradio.Column():
90
  inputfiles = gradio.File(file_count="multiple")
91
  with gradio.Row():
 
85
  with gradio.Blocks(css=css, title=title, delete_cache=(gradio_delete_cache, gradio_delete_cache)) as demo:
86
  filestate = gradio.State(None)
87
  gradio.HTML('<h2 style="text-align: center;">3D Reconstruction with MASt3R</h2>')
88
+ gradio.HTML('<h3 style="text-align: center;">Upload one or multiple images (tested with up to 18 images before running into allocation timeout)</h3>')
89
  with gradio.Column():
90
  inputfiles = gradio.File(file_count="multiple")
91
  with gradio.Row():