vibs08 commited on
Commit
4be8881
·
verified ·
1 Parent(s): c561654

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ async def process_image(
238
  # torch.cuda.synchronize() # Wait for all CUDA operations to complete
239
  # torch.cuda.empty_cache()
240
  return {
241
- "img_path": f"https://framebucket3d.s3.amazonaws.com/{object_name}"
242
  "obj_path": f"https://framebucket3d.s3.amazonaws.com/{object_name}",
243
  "glb_path": f"https://framebucket3d.s3.amazonaws.com/{object_name_2}"
244
  }
 
238
  # torch.cuda.synchronize() # Wait for all CUDA operations to complete
239
  # torch.cuda.empty_cache()
240
  return {
241
+ "img_path": f"https://framebucket3d.s3.amazonaws.com/{object_name_3}",
242
  "obj_path": f"https://framebucket3d.s3.amazonaws.com/{object_name}",
243
  "glb_path": f"https://framebucket3d.s3.amazonaws.com/{object_name_2}"
244
  }