itsmariamaraki commited on
Commit
d80f80b
β€’
1 Parent(s): cd26379

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -66,7 +66,8 @@ iface = gr.Interface(
66
  title = "PDF's Abstract Summarization & Audio Speech Processor",
67
  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",
68
  #examples = ['The_Future_of_AI_is_Hybrid.pdf', 'Efficient_Estimation_of_Word_Representations.pdf', 'Hidden_Technical_Debt.pdf']
69
- examples = [os.path.join(os.path.dirname(__file__), 'The_Future_of_AI_is_Hybrid.pdf', 'Efficient_Estimation_of_Word_Representations.pdf', 'Hidden_Technical_Debt.pdf')], cache_examples = True)
 
70
  )
71
 
72
  iface.launch()
 
66
  title = "PDF's Abstract Summarization & Audio Speech Processor",
67
  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",
68
  #examples = ['The_Future_of_AI_is_Hybrid.pdf', 'Efficient_Estimation_of_Word_Representations.pdf', 'Hidden_Technical_Debt.pdf']
69
+ examples = [os.path.join(os.path.dirname(__file__), 'The_Future_of_AI_is_Hybrid.pdf', 'Efficient_Estimation_of_Word_Representations.pdf', 'Hidden_Technical_Debt.pdf')],
70
+ cache_examples = True
71
  )
72
 
73
  iface.launch()