Spaces:
Runtime error
Runtime error
Commit
·
bd1396f
1
Parent(s):
ab2a6e1
fix gpu
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -52,7 +52,7 @@ from hy3dpaint.convert_utils import create_glb_with_pbr_materials
|
|
52 |
|
53 |
|
54 |
MAX_SEED = 1e7
|
55 |
-
ENV = "
|
56 |
if ENV == 'Huggingface':
|
57 |
"""
|
58 |
Setup environment for running on Huggingface platform.
|
|
|
52 |
|
53 |
|
54 |
MAX_SEED = 1e7
|
55 |
+
ENV = "Local" # "Huggingface"
|
56 |
if ENV == 'Huggingface':
|
57 |
"""
|
58 |
Setup environment for running on Huggingface platform.
|