osanseviero commited on
Commit
55ef1e7
1 Parent(s): 2fce1e5

Update app.py

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