Spaces:
Running
on
Zero
Running
on
Zero
brandonsmart
commited on
Commit
•
e9c04b9
1
Parent(s):
e50dece
Updating description to highlight runtime
Browse files
demo.py
CHANGED
@@ -105,6 +105,8 @@ if __name__ == '__main__':
|
|
105 |
gradio.Markdown('''
|
106 |
Please upload exactly one or two images below to be used for reconstruction.
|
107 |
If non-square images are uploaded, they will be cropped to squares for reconstruction.
|
|
|
|
|
108 |
''')
|
109 |
if ios_mode:
|
110 |
inputfiles = gradio.Gallery(type="filepath")
|
|
|
105 |
gradio.Markdown('''
|
106 |
Please upload exactly one or two images below to be used for reconstruction.
|
107 |
If non-square images are uploaded, they will be cropped to squares for reconstruction.
|
108 |
+
Due to the time taken to instantiate the model and download the file from Hugging Face, it may take up to 60 seconds to see your result.
|
109 |
+
Consider running the model locally from [here](https://github.com/btsmart/splatt3r) for near-instantaneous results.
|
110 |
''')
|
111 |
if ios_mode:
|
112 |
inputfiles = gradio.Gallery(type="filepath")
|