Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,6 @@ def summarize_and_convert_to_audio(pdf_reader, page):
|
|
| 53 |
sf.write(wav_file_path, audio_array, SAMPLE_RATE)
|
| 54 |
return wav_file_path
|
| 55 |
|
| 56 |
-
|
| 57 |
def read_and_speech(pdf_file,abstract_page):
|
| 58 |
print(pdf_file)
|
| 59 |
pdf_file_path= pdf_file.name
|
|
|
|
| 53 |
sf.write(wav_file_path, audio_array, SAMPLE_RATE)
|
| 54 |
return wav_file_path
|
| 55 |
|
|
|
|
| 56 |
def read_and_speech(pdf_file,abstract_page):
|
| 57 |
print(pdf_file)
|
| 58 |
pdf_file_path= pdf_file.name
|