Commit ·
e50dece
1
Parent(s): c64f462
Increasing GPU duration
Browse files
demo.py
CHANGED
|
@@ -23,7 +23,7 @@ from mast3r.utils.misc import hash_md5
|
|
| 23 |
import main
|
| 24 |
import utils.export as export
|
| 25 |
|
| 26 |
-
@spaces.GPU(duration=
|
| 27 |
def get_reconstructed_scene(outdir, weights_path, silent, image_size, ios_mode, filelist):
|
| 28 |
|
| 29 |
# @TEMP: Temporarily instantiating the model here every time to avoid pickling issues with Hugging Face Spaces
|
|
|
|
| 23 |
import main
|
| 24 |
import utils.export as export
|
| 25 |
|
| 26 |
+
@spaces.GPU(duration=60)
|
| 27 |
def get_reconstructed_scene(outdir, weights_path, silent, image_size, ios_mode, filelist):
|
| 28 |
|
| 29 |
# @TEMP: Temporarily instantiating the model here every time to avoid pickling issues with Hugging Face Spaces
|