marcolorenzi98 commited on
Commit
2bfd176
1 Parent(s): bc6134f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -387,7 +387,7 @@ with interface:
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],
 
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 11 Hidden Technical Debt in Machine Learning Systems.pdf")]],
392
  inputs=uploaded_article,
393
  outputs=[summarized_abstract, talked_abstract],