gianb commited on
Commit
815bf2f
1 Parent(s): 8a04506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import soundfile as sf
11
  from IPython.display import Audio
12
  from datasets import load_dataset
13
  from pdfminer.high_level import extract_pages, extract_text
14
- import io
15
 
16
  #Here is the code
17
 
 
11
  from IPython.display import Audio
12
  from datasets import load_dataset
13
  from pdfminer.high_level import extract_pages, extract_text
14
+ from io import BytesIO
15
 
16
  #Here is the code
17