This website works better with JavaScript
Home
Explore
Help
Register
Sign In
github
/
tts-generation-webui
mirror of
https://github.com/rsxdalv/tts-generation-webui
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
0adb352584
Branches
Tags
gh-pages
main
tts-generation-...
/
tts_webui
/
utils
/
get_dict_props.py
get_dict_props.py
91 B
History
Raw
1
2
def get_dict_props(kwargs, props):
return {k: kwargs[k] for k in props if k in kwargs}