jiuuee commited on
Commit
98156c2
1 Parent(s): 3bdfcbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ import os
15
  import soundfile as sf
16
  import tempfile
17
  import uuid
 
18
 
19
  import torch
20
 
 
15
  import soundfile as sf
16
  import tempfile
17
  import uuid
18
+ from transformers import pipeline
19
 
20
  import torch
21