Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -265,8 +265,8 @@ while(number_of_sentences)>1:
|
|
265 |
|
266 |
|
267 |
#text to speech
|
268 |
-
|
269 |
-
|
270 |
import torch
|
271 |
import soundfile as sf
|
272 |
from IPython.display import Audio
|
|
|
265 |
|
266 |
|
267 |
#text to speech
|
268 |
+
#!pip install git+https://github.com/huggingface/transformers.git
|
269 |
+
#!pip install datasets sentencepiece
|
270 |
import torch
|
271 |
import soundfile as sf
|
272 |
from IPython.display import Audio
|