This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
github
/
tts-generation-webui
miroir de
https://github.com/rsxdalv/tts-generation-webui
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
0adb352584
Branches
Tags
gh-pages
main
tts-generation-...
/
tts_webui
/
utils
/
get_dict_props.py
get_dict_props.py
91 B
Historique
Raw
1
2
def get_dict_props(kwargs, props):
return {k: kwargs[k] for k in props if k in kwargs}