Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sc45/FOREIGN-WHISPERS
Samin-Rob
/
FOREIGN-WHISPERS
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
RobCaamano
commited on
Dec 11, 2023
Commit
5348339
·
1 Parent(s):
bf76ebe
Update tts.py
Browse files
Files changed (1)
hide
show
tts.py
+1
-0
tts.py
CHANGED
Viewed
@@ -5,6 +5,7 @@ import re
5
import ffmpeg
6
import shutil
7
import argparse
8
9
os.environ["COQUI_TOS_AGREED"] = "1"
10
5
import ffmpeg
6
import shutil
7
import argparse
8
+
import torch
9
10
os.environ["COQUI_TOS_AGREED"] = "1"
11