LouisLi commited on
Commit
efb2ea2
·
verified ·
1 Parent(s): 6a38c2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -94,6 +94,11 @@ from huggingface_hub import hf_hub_download
94
 
95
 
96
 
 
 
 
 
 
97
 
98
  # def get_render_cameras(batch_size=1, M=120, radius=2.5, elevation=10.0, is_flexicubes=False):
99
  # """
 
94
 
95
 
96
 
97
+ import logging
98
+
99
+ log_level = os.getenv('LOG_LEVEL', 'INFO').upper()
100
+ logging.basicConfig(level=getattr(logging, log_level))
101
+
102
 
103
  # def get_render_cameras(batch_size=1, M=120, radius=2.5, elevation=10.0, is_flexicubes=False):
104
  # """