Spaces:
Running
Running
Update app.py
Browse files
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 |
# """
|