Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -282,9 +282,9 @@ def sentence_to_audio(summary_txt):
|
|
| 282 |
return sampling_rate, speech_values.cpu().numpy().squeeze()
|
| 283 |
|
| 284 |
|
| 285 |
-
text_per_page = read_pdf(pdf_path)
|
| 286 |
-
text_per_page.keys()
|
| 287 |
-
page_1 = text_per_page['Page_0']
|
| 288 |
|
| 289 |
# ============================================================================================
|
| 290 |
|
|
|
|
| 282 |
return sampling_rate, speech_values.cpu().numpy().squeeze()
|
| 283 |
|
| 284 |
|
| 285 |
+
#text_per_page = read_pdf(pdf_path)
|
| 286 |
+
#text_per_page.keys()
|
| 287 |
+
#page_1 = text_per_page['Page_0']
|
| 288 |
|
| 289 |
# ============================================================================================
|
| 290 |
|