Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LordXido
/
CodexFlow_TM
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c3917d9
CodexFlow_TM
/
energy_engine.py
LordXido
Update energy_engine.py
5eda8eb
verified
3 months ago
raw
Copy download link
history
blame
Safe
136 Bytes
def
energy_kernel
(
econ
):
return
{
"energy_cost_index"
: econ[
"price_index"
] *
0.41
,
"energy_dependency"
:
"high"
}