File size: 219 Bytes
f593510
 
106478e
f593510
 
106478e
f593510
 
 
 
1
2
3
4
5
6
7
8
9
10
import sys
import os

# เพิ่ม path ให้ import src ได้
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "src"))

from f5_tts.f5_tts_webui import main

if __name__ == "__main__":
    main()