VanYsa commited on
Commit
d48c017
1 Parent(s): 249e5a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import gradio as gr
8
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
9
 
10
  pipe_dict = {
11
- "original_pipe": pipeline("text-to-speech", model="kakao-enterprise/vits-ljs", device=0),
12
  }
13
 
14
  # Inference
 
8
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
9
 
10
  pipe_dict = {
11
+ "original_pipe": pipeline("text-to-speech", model="kakao-enterprise/vits-ljs", device=device),
12
  }
13
 
14
  # Inference