Spaces:
Runtime error
Runtime error
Commit
·
83c14cc
1
Parent(s):
87ffb03
Update app.py
Browse files
app.py
CHANGED
@@ -389,8 +389,7 @@ with interface:
|
|
389 |
|
390 |
gr.Markdown("## PDF Examples")
|
391 |
gr.Examples(
|
392 |
-
examples=[
|
393 |
-
[os.path.join(os.path.abspath(""), "Article 11 Hidden Technical Debt in Machine Learning Systems.pdf")]],
|
394 |
inputs=uploaded_article,
|
395 |
outputs=[summarized_abstract, talked_abstract],
|
396 |
fn=sum_audio,
|
|
|
389 |
|
390 |
gr.Markdown("## PDF Examples")
|
391 |
gr.Examples(
|
392 |
+
examples=[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],
|
395 |
fn=sum_audio,
|