Alioth86 commited on
Commit
41bb5ba
1 Parent(s): 70b9010

Trigger app restart

Browse files
Files changed (3) hide show
  1. .DS_Store +0 -0
  2. Article_9.pdf +0 -3
  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"],["Article_9.pdf"],["Article_11.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