Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -479,7 +479,7 @@ def run_texture(image: Image, mesh_path: str, seed: int, req: gr.Request):
|
|
| 479 |
)
|
| 480 |
|
| 481 |
logger.info(f"Textured model saved to {textured_glb_path}")
|
| 482 |
-
return
|
| 483 |
except Exception as e:
|
| 484 |
logger.error(f"Error in run_texture: {str(e)}")
|
| 485 |
raise
|
|
|
|
| 479 |
)
|
| 480 |
|
| 481 |
logger.info(f"Textured model saved to {textured_glb_path}")
|
| 482 |
+
return textured_glb_path
|
| 483 |
except Exception as e:
|
| 484 |
logger.error(f"Error in run_texture: {str(e)}")
|
| 485 |
raise
|