Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,7 @@ from huggingface_hub import HfApi, hf_hub_download, snapshot_download
|
|
14 |
from TTS.tts.configs.xtts_config import XttsConfig
|
15 |
from TTS.tts.models.xtts import Xtts
|
16 |
from vinorm import TTSnorm
|
|
|
17 |
from PIL import Image
|
18 |
from pathlib import Path
|
19 |
import requests
|
|
|
14 |
from TTS.tts.configs.xtts_config import XttsConfig
|
15 |
from TTS.tts.models.xtts import Xtts
|
16 |
from vinorm import TTSnorm
|
17 |
+
from content_generation import create_content # Nhập hàm create_content từ file content_generation.py
|
18 |
from PIL import Image
|
19 |
from pathlib import Path
|
20 |
import requests
|