To create a public link, set `share=True` in `launch()`.
Building prefix dict from the default dictionary ...
Dumping model to file cache C:\Users\ADMINI~1\AppData\Local\Temp\jieba.cache
Loading model cost 0.848 seconds.
Prefix dict has been built successfully.
D:\AIyinyuechuangzuo\DiffRhythm\diffrhythm\g2p\g2p\chinese_model_g2p.py:101: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\pytorch\torch\csrc\utils\tensor_new.cpp:257.)
batch_label_starts = torch.tensor(batch_label_starts, dtype=torch.long)