marcolorenzi98 commited on
Commit
bc6134f
·
1 Parent(s): b1c4eca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -387,8 +387,7 @@ with interface:
387
 
388
  gr.Markdown("## PDF Examples")
389
  gr.Examples(
390
- examples=[[os.path.join(os.path.abspath(""), 'Article 7 Efficient Estimation of Word Representations in Vector Space.pdf')],
391
- [os.path.join(os.path.abspath(""), "Article 9 Transformers in Speech Processing_ Survey.pdf")],
392
  [os.path.join(os.path.abspath(""), "Article 11 Hidden Technical Debt in Machine Learning Systems.pdf")]],
393
  inputs=uploaded_article,
394
  outputs=[summarized_abstract, talked_abstract],
 
387
 
388
  gr.Markdown("## PDF Examples")
389
  gr.Examples(
390
+ examples=[[os.path.join(os.path.abspath(""), "Article 9 Transformers in Speech Processing_ Survey.pdf")],
 
391
  [os.path.join(os.path.abspath(""), "Article 11 Hidden Technical Debt in Machine Learning Systems.pdf")]],
392
  inputs=uploaded_article,
393
  outputs=[summarized_abstract, talked_abstract],