huanngzh commited on
Commit
48d91e1
·
1 Parent(s): 00783dc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ def run_mvadapter(
114
  except ValueError:
115
  seed = 42
116
 
117
- images, _, _, _ = run_pipeline(
118
  pipe,
119
  mesh_path=mesh_path,
120
  num_views=NUM_VIEWS,
 
114
  except ValueError:
115
  seed = 42
116
 
117
+ images, _, _ = run_pipeline(
118
  pipe,
119
  mesh_path=mesh_path,
120
  num_views=NUM_VIEWS,