aakashimagine commited on
Commit
bd1396f
·
1 Parent(s): ab2a6e1
Files changed (1) hide show
  1. 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 = "Huggingface" # "Huggingface"
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.