Archan commited on
Commit
f7f0108
1 Parent(s): 73bc580

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ if submit_paper or os.path.exists('downloads/paper.pdf'):
48
  pgs = [i+1 for i in range(tpages)]
49
 
50
  start_page = 1
51
- end_page = pgs[-1]
52
  #content = get_pages(name, start_page, end_page)
53
  #audio_path = inference(content, "english")
54
  #audio_file = open(audio_path, "rb")
 
48
  pgs = [i+1 for i in range(tpages)]
49
 
50
  start_page = 1
51
+ end_page = 1
52
  #content = get_pages(name, start_page, end_page)
53
  #audio_path = inference(content, "english")
54
  #audio_file = open(audio_path, "rb")