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')