This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
github
/
tts-generation-webui
oglindă de
https://github.com/rsxdalv/tts-generation-webui
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
0adb352584
Ramuri
Etichete
gh-pages
main
tts-generation-...
/
tts_webui
/
utils
/
get_dict_props.py
get_dict_props.py
91 B
Istoric
Crud
1
2
def get_dict_props(kwargs, props):
return {k: kwargs[k] for k in props if k in kwargs}