YatharthS commited on
Commit
cefdd32
·
verified ·
1 Parent(s): 928010a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.luxtts import LuxTTS
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"