Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts/Shap-E
sejamenath2023
/
Shap-slahai
like
0
Runtime error
App
Files
Files
Community
57cf21d
Shap-slahai
/
settings.py
hysts
HF staff
Migrate from yapf to black
3f8fe83
about 1 year ago
raw
Copy download link
history
blame
Safe
118 Bytes
import
os
import
numpy
as
np
CACHE_EXAMPLES = os.getenv(
"CACHE_EXAMPLES"
) ==
"1"
MAX_SEED = np.iinfo(np.int32).
max