Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts/Shap-E
fffiloni
/
Image-Caption-2-Shap-E
like
45
Paused
App
Files
Files
Community
3
46b7d04
Image-Caption-2-Shap-E
/
settings.py
fffiloni
Duplicate from hysts/Shap-E
3c812ea
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