From d2465f04273ff767134721bdb914a6c842934727 Mon Sep 17 00:00:00 2001 From: Zeqiang Lai <916323301@qq.com> Date: Sat, 14 Jun 2025 15:36:20 +0800 Subject: [PATCH] Update gradio_app.py --- gradio_app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gradio_app.py b/gradio_app.py index dfc6ab7..5682242 100644 --- a/gradio_app.py +++ b/gradio_app.py @@ -813,6 +813,8 @@ if __name__ == '__main__': HAS_TEXTUREGEN = True except Exception as e: + import traceback + traceback.print_exc() print(f"Error loading texture generator: {e}") print("Failed to load texture generator.") print('Please try to install requirements by following README.md')