Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ interface = gr.Interface(
|
|
51 |
title="PDF Summarization & Audio Tool",
|
52 |
description="""PDF Summarization App. This app summarizes the abstract of a PDF in one sentence and generates an audio of it. Only upload PDF's with Abstracts
|
53 |
Please read the README.MD for information about the app and sample PDFs.""",
|
54 |
-
examples=[os.path.join(os.path.dirname(__file__), "Article 11 Hidden Technical Debt in Machine Learning Systems.pdf")],
|
55 |
)
|
56 |
|
57 |
interface.launch(share=True)
|
|
|
51 |
title="PDF Summarization & Audio Tool",
|
52 |
description="""PDF Summarization App. This app summarizes the abstract of a PDF in one sentence and generates an audio of it. Only upload PDF's with Abstracts
|
53 |
Please read the README.MD for information about the app and sample PDFs.""",
|
54 |
+
examples=[os.path.join(os.path.dirname(__file__), "Article 11 Hidden Technical Debt in Machine Learning Systems.pdf")],cache_examples=True,
|
55 |
)
|
56 |
|
57 |
interface.launch(share=True)
|