Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -237,7 +237,6 @@ async def process_image(
|
|
237 |
|
238 |
return {
|
239 |
"obj_path": upload_file_to_s3(mesh_name_obj, 'framebucket3d')
|
240 |
-
"glb_path": upload_file_to_s3(mesh_name_glb, 'framebucket3d')
|
241 |
}
|
242 |
|
243 |
if __name__ == "__main__":
|
|
|
237 |
|
238 |
return {
|
239 |
"obj_path": upload_file_to_s3(mesh_name_obj, 'framebucket3d')
|
|
|
240 |
}
|
241 |
|
242 |
if __name__ == "__main__":
|