Spaces:
Sleeping
Sleeping
IZERE HIRWA Roger
commited on
Commit
·
a2716a0
1
Parent(s):
b94cede
qo
Browse files- app.py +0 -1
- requirements.txt +2 -2
app.py
CHANGED
|
@@ -33,7 +33,6 @@ def generate():
|
|
| 33 |
# Text-to-Speech (using gTTS)
|
| 34 |
from gtts import gTTS
|
| 35 |
tts = gTTS(text=text, lang='en')
|
| 36 |
-
|
| 37 |
tts.save(audio_path)
|
| 38 |
|
| 39 |
# Generate video (CPU optimized )
|
|
|
|
| 33 |
# Text-to-Speech (using gTTS)
|
| 34 |
from gtts import gTTS
|
| 35 |
tts = gTTS(text=text, lang='en')
|
|
|
|
| 36 |
tts.save(audio_path)
|
| 37 |
|
| 38 |
# Generate video (CPU optimized )
|
requirements.txt
CHANGED
|
@@ -12,10 +12,10 @@ torchvision==0.15.2
|
|
| 12 |
# SadTalker dependencies
|
| 13 |
face-alignment==1.3.5
|
| 14 |
librosa==0.9.2
|
| 15 |
-
scipy==1.
|
| 16 |
opencv-python==4.7.0.72
|
| 17 |
tqdm==4.65.0
|
| 18 |
-
scikit-image==0.
|
| 19 |
pyyaml==6.0
|
| 20 |
matplotlib==3.7.1
|
| 21 |
|
|
|
|
| 12 |
# SadTalker dependencies
|
| 13 |
face-alignment==1.3.5
|
| 14 |
librosa==0.9.2
|
| 15 |
+
scipy==1.9.1
|
| 16 |
opencv-python==4.7.0.72
|
| 17 |
tqdm==4.65.0
|
| 18 |
+
scikit-image==0.19.3
|
| 19 |
pyyaml==6.0
|
| 20 |
matplotlib==3.7.1
|
| 21 |
|