Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ sys.path.append(os.path.abspath("LuxTTS"))
|
|
| 15 |
|
| 16 |
import gradio as gr
|
| 17 |
import torch
|
| 18 |
-
from zipvoice.
|
| 19 |
|
| 20 |
# Init Model
|
| 21 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
|
|
|
| 15 |
|
| 16 |
import gradio as gr
|
| 17 |
import torch
|
| 18 |
+
from zipvoice.luxvoice import LuxTTS
|
| 19 |
|
| 20 |
# Init Model
|
| 21 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|