eHemink commited on
Commit
05a9ffe
·
1 Parent(s): 05b604c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,5 +79,5 @@ def abstract_to_audio(insert_pdf):
79
 
80
 
81
  my_app = gr.Interface(fn=abstract_to_audio, inputs='file', outputs='audio', title="PDF Abstract Summarizer",
82
- description="Extracts abstracts from PDFs and generates audio summaries. This app only accepts PDFs with abstracts.", examples=[os.path.join(os.path.dirname(__file__), "Hidden_Technical_Debt_in_MLSystems.pdf"),os.path.join(os.path.dirname(__file__), "Productivity_Effects_of_GenAI.pdf")],cache_examples=True)
83
  my_app.launch()
 
79
 
80
 
81
  my_app = gr.Interface(fn=abstract_to_audio, inputs='file', outputs='audio', title="PDF Abstract Summarizer",
82
+ description="Extracts abstracts from PDFs and generates audio summaries. This app only accepts PDFs with abstracts.", examples=[os.path.join(os.path.dirname(__file__), "Hidden_Technical_Debt_in_MLSystems.pdf")],cache_examples=True)
83
  my_app.launch()