osanseviero commited on
Commit
48287cf
·
1 Parent(s): 001417c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ import gradio as gr
16
  device = "cuda" if torch.cuda.is_available() else "cpu"
17
 
18
  # This will download all the models used by Tortoise from the HF hub
19
- tts = TextToSpeech(autoregressive_batch_size=16, device)
20
 
21
  voices = [
22
  "angie",
 
16
  device = "cuda" if torch.cuda.is_available() else "cpu"
17
 
18
  # This will download all the models used by Tortoise from the HF hub
19
+ tts = TextToSpeech(autoregressive_batch_size=16, device=device)
20
 
21
  voices = [
22
  "angie",