itsmariamaraki commited on
Commit
1ecd08e
β€’
1 Parent(s): 5ffc9e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ iface = gr.Interface(
67
  title = "PDF's Abstract Summarization & Audio Speech Processor",
68
  description = "App that generates a one-line summary of the abstract & a speech audio of this summarization -- requirements: app only accepts PDFs which include an ABSTRACT section",
69
  examples = [os.path.join(os.path.dirname(__file__), 'Hidden_Technical_Debt.pdf'),
70
- os.path.join(os.path.dirname(__file__), 'The_Future_of_AI_is_Hybrid.pdf'),
71
  os.path.join(os.path.dirname(__file__), 'Efficient_Estimation_of_Word_Representations.pdf')
72
  ],
73
  cache_examples = True
 
67
  title = "PDF's Abstract Summarization & Audio Speech Processor",
68
  description = "App that generates a one-line summary of the abstract & a speech audio of this summarization -- requirements: app only accepts PDFs which include an ABSTRACT section",
69
  examples = [os.path.join(os.path.dirname(__file__), 'Hidden_Technical_Debt.pdf'),
70
+ os.path.join(os.path.dirname(__file__), 'BloombergGPT.pdf'),
71
  os.path.join(os.path.dirname(__file__), 'Efficient_Estimation_of_Word_Representations.pdf')
72
  ],
73
  cache_examples = True