This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
github
/
tts-generation-webui
cermin dari
https://github.com/rsxdalv/tts-generation-webui
Liatin
2
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Pohon:
0adb352584
Ranting
Tag
gh-pages
main
tts-generation-...
/
tts_webui
/
utils
/
get_dict_props.py
get_dict_props.py
91 B
Riwayat
Mentahan
1
2
def get_dict_props(kwargs, props):
return {k: kwargs[k] for k in props if k in kwargs}