Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
devrayat000
/
image-rec
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
image-rec
/
app
/
config.py
Zul Ikram Musaddik Rayat
Added url sanitization and encoding
645110b
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
135 Bytes
import
os
IS_PROD = os.getenv(
"IS_PROD"
,
False
)
CRAMP =
10
ALPHA =
0.4
ORIGINS = [
*os.getenv(
"CORS_ORIGINS"
,
""
).split(
","
),
]