This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
github
/
tts-generation-webui
mirror of
https://github.com/rsxdalv/tts-generation-webui
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
0adb352584
Branches
Tags
gh-pages
main
tts-generation-...
/
tts_webui
/
utils
/
get_dict_props.py
get_dict_props.py
91 B
Lịch sử
Raw
1
2
def get_dict_props(kwargs, props):
return {k: kwargs[k] for k in props if k in kwargs}