cotxetj commited on
Commit
6c8885f
1 Parent(s): 2914c65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import torch
 
2
  from transformers import pipeline, VitsModel, VitsTokenizer
3
  import numpy as np
4
  os.system("pip install git+https://github.com/openai/whisper.git")
 
1
  import torch
2
+ import os
3
  from transformers import pipeline, VitsModel, VitsTokenizer
4
  import numpy as np
5
  os.system("pip install git+https://github.com/openai/whisper.git")