Spaces:
Runtime error
Runtime error
itsmariamaraki
commited on
Commit
β’
1ecd08e
1
Parent(s):
5ffc9e4
Update app.py
Browse files
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__), '
|
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
|