Spaces:
Paused
Paused
Create app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def images_to_video(images, output_path, fps=30):
|
|
61 |
# Configuration.
|
62 |
###############################################################################
|
63 |
|
64 |
-
config_path = 'configs/instant-mesh-large
|
65 |
config = OmegaConf.load(config_path)
|
66 |
config_name = os.path.basename(config_path).replace('.yaml', '')
|
67 |
model_config = config.model_config
|
|
|
61 |
# Configuration.
|
62 |
###############################################################################
|
63 |
|
64 |
+
config_path = 'configs/instant-mesh-large.yaml'
|
65 |
config = OmegaConf.load(config_path)
|
66 |
config_name = os.path.basename(config_path).replace('.yaml', '')
|
67 |
model_config = config.model_config
|