vibs08 commited on
Commit
94406f6
1 Parent(s): 30eb95f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,7 +209,7 @@ async def process_image(file: UploadFile = File(...), foreground_ratio: float =
209
 
210
  if upload_file_to_s3(glb_file, 'framebucket3d',object_name):
211
  return {
212
- "glb_path": f"https://framebucket3d.s3.amazonaws.com/{object_name}"
213
  }
214
 
215
  if __name__ == "__main__":
 
209
 
210
  if upload_file_to_s3(glb_file, 'framebucket3d',object_name):
211
  return {
212
+ "glb2_path": f"https://framebucket3d.s3.amazonaws.com/{object_name}"
213
  }
214
 
215
  if __name__ == "__main__":