tokenid commited on
Commit
d842133
1 Parent(s): ad06aed

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-eval.yaml'
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