Chandranshu Jain commited on
Commit
e8c392b
1 Parent(s): 9457c7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -14,7 +14,8 @@ translator = pipeline(task="translation",
14
  model="facebook/nllb-200-distilled-600M",
15
  torch_dtype=torch.bfloat16)
16
  #Text to audio
17
- pipe = pipeline("text-to-speech", model="suno/bark-small")
 
18
 
19
 
20
  demo = gr.Blocks()
 
14
  model="facebook/nllb-200-distilled-600M",
15
  torch_dtype=torch.bfloat16)
16
  #Text to audio
17
+ pipe = pipeline("text-to-speech", model="suno/bark-small",
18
+ torch_dtype=torch.bfloat16)
19
 
20
 
21
  demo = gr.Blocks()