Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
hysts
/
Shap-E
like
505
Running
on
Zero
App
Files
Files
Community
27
fadd617
Shap-E
/
settings.py
hysts
HF staff
Add files
feb3220
over 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