Spaces:
Sleeping
Sleeping
Salman11223
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import gradio as gr
|
|
4 |
import moviepy.editor as mp
|
5 |
import torch
|
6 |
import assemblyai as aai
|
|
|
7 |
|
8 |
# Import specific model components
|
9 |
from TTS.tts.configs.xtts_config import XttsConfig
|
|
|
4 |
import moviepy.editor as mp
|
5 |
import torch
|
6 |
import assemblyai as aai
|
7 |
+
from xtts_v2 import model.pth
|
8 |
|
9 |
# Import specific model components
|
10 |
from TTS.tts.configs.xtts_config import XttsConfig
|