Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts/Shap-E
sub314xxl
/
Shap-E
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Shap-E
/
settings.py
sub314xxl
Duplicate from hysts/Shap-E
1872c39
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
118 Bytes
import
os
import
numpy
as
np
CACHE_EXAMPLES = os.getenv(
'CACHE_EXAMPLES'
) ==
'1'
MAX_SEED = np.iinfo(np.int32).
max