Spaces:
Runtime error
Runtime error
| from huggingface_hub import snapshot_download, upload_folder | |
| # ุงุณุญุจ ู ู ุงูุฑูุจู ุงููุจูุฑ | |
| src_path = snapshot_download("Xerror/XTTS-v2_models") | |
| # ุงุฑูุน ุฅูู ูุฐุง ุงูู Space ููุณู | |
| upload_folder( | |
| repo_id="mohmmed5787/xtts-storage", | |
| folder_path=src_path, | |
| repo_type="space" | |
| ) | |
| print("DONE") |