This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
github
/
tts-generation-webui
şunun yansıması
https://github.com/rsxdalv/tts-generation-webui
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Ağaç:
0adb352584
Dallar
Biçim İmleri
gh-pages
main
tts-generation-...
/
tts_webui
/
utils
/
get_dict_props.py
get_dict_props.py
91 B
Geçmiş
Ham
1
2
def get_dict_props(kwargs, props):
return {k: kwargs[k] for k in props if k in kwargs}