Spaces:
Runtime error
Runtime error
Commit
·
bc6134f
1
Parent(s):
b1c4eca
Update app.py
Browse files
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(""),
|
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],
|