Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gundeep/open-translate
HuyRemy
/
translate
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ebee301
translate
/
utils.py
Gundeep Singh
Main
ebee301
about 2 years ago
raw
Copy download link
history
blame
111 Bytes
def
convert_keys_to_lowercase
(
input_dict
):
return
{key.lower(): value
for
key, value
in
input_dict.items()}