Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/{
|
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 |
}
|