Spaces:
Build error
Build error
Update app.py
Browse files
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()
|