Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
55ef1e7
1
Parent(s):
2fce1e5
Update app.py
Browse files
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(
|
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",
|