Spaces:
Runtime error
Runtime error
Add application file
Browse files
app.py
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import PyPDF2
|
| 2 |
import pdfplumber
|
| 3 |
from pdfminer.high_level import extract_pages, extract_text
|
|
|
|
| 1 |
+
#the app is available in my Space at link:
|
| 2 |
+
# https://huggingface.co/spaces/Alioth86/SpeechAbstractor
|
| 3 |
+
#Please, consider that I have recombined the function I created for the part 1
|
| 4 |
+
#and I have added a main function to join them (created with the support of ChatGPT-4)
|
| 5 |
+
#moreover, I have created the input/output part and the titles and the description
|
| 6 |
+
#and all the gradio features according to the Gradio website.
|
| 7 |
+
#Please note that I have uploaded it all through git and git LFS.
|
| 8 |
+
|
| 9 |
import PyPDF2
|
| 10 |
import pdfplumber
|
| 11 |
from pdfminer.high_level import extract_pages, extract_text
|