Mishmosh commited on
Commit
6d6b319
1 Parent(s): c6bafd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -265,8 +265,8 @@ while(number_of_sentences)>1:
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
 
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