Spaces:
Runtime error
Runtime error
Trigger app restart
Browse files- .DS_Store +0 -0
- Article_9.pdf +0 -3
- app.py +1 -1
.DS_Store
CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
|
|
Article_9.pdf
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0359f98d736631dcc03df976e9365cfd56b99eefc46cd7c62e8fb57a915095da
|
3 |
-
size 714675
|
|
|
|
|
|
|
|
app.py
CHANGED
@@ -21,7 +21,7 @@ It efficiently summarizes the abstract and provides an audio playback of the sum
|
|
21 |
Below are some example PDFs for you to experiment with. Feel free to explore the functionality of SpeechAbstractor!"""
|
22 |
|
23 |
examples = [
|
24 |
-
["Article_7.pdf"],["
|
25 |
]
|
26 |
|
27 |
#reporting the functions created for the part 1
|
|
|
21 |
Below are some example PDFs for you to experiment with. Feel free to explore the functionality of SpeechAbstractor!"""
|
22 |
|
23 |
examples = [
|
24 |
+
["Article_7.pdf"],["Article_11.pdf"]
|
25 |
]
|
26 |
|
27 |
#reporting the functions created for the part 1
|