Chandranshu Jain commited on
Commit
0de01b8
·
verified ·
1 Parent(s): e6022af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -8,7 +8,8 @@ import torch
8
  # model="facebook/nllb-200-distilled-600M",
9
  # torch_dtype=torch.bfloat16)
10
  #Text to audio
11
- pipe = pipeline("text-to-speech", model="suno/bark-small")
 
12
 
13
 
14
  demo = gr.Blocks()
 
8
  # model="facebook/nllb-200-distilled-600M",
9
  # torch_dtype=torch.bfloat16)
10
  #Text to audio
11
+ pipe = pipeline("text-to-speech", model="suno/bark-small",
12
+ torch_dtype=torch.bfloat16)
13
 
14
 
15
  demo = gr.Blocks()