hpwang commited on
Commit
4122069
1 Parent(s): ff37255

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def scene_generate(rgb,num_coarse_views,num_mcs_views,mcs_rect_w,mcs_steps):
42
  torch.cuda.empty_cache()
43
 
44
  @spaces.GPU(duration=120)
45
- def scene_refinement()
46
  # refinement
47
  vistadream._MCS_Refinement()
48
  output_path = get_temp_path()
 
42
  torch.cuda.empty_cache()
43
 
44
  @spaces.GPU(duration=120)
45
+ def scene_refinement():
46
  # refinement
47
  vistadream._MCS_Refinement()
48
  output_path = get_temp_path()