This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
github
/
tts-generation-webui
kopia lustrzana
https://github.com/rsxdalv/tts-generation-webui
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
0adb352584
Gałęzie
Tagi
gh-pages
main
tts-generation-...
/
tts_webui
/
history_tab
/
delete_generation.py
delete_generation.py
84 B
Historia
Czysty
1
2
3
4
5
import shutil
def delete_generation(directory: str):
shutil.rmtree(directory)