Update gradio_app.py

This commit is contained in:
Zeqiang Lai
2025-06-14 15:36:20 +08:00
committed by GitHub
parent d575f308d0
commit d2465f0427

View File

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