user2434 commited on
Commit
630c3ba
1 Parent(s): a7c711e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -94,7 +94,9 @@ iface = gr.Interface(
94
  outputs=[summary_text, audio_summary],
95
  title="Summarized Abstract",
96
  description="The app will summarize the abstract of a PDF and read it to the user.",
97
- )
 
 
98
 
99
  # Launch the Gradio interface
100
  iface.launch()
 
94
  outputs=[summary_text, audio_summary],
95
  title="Summarized Abstract",
96
  description="The app will summarize the abstract of a PDF and read it to the user.",
97
+ examples=["Article 11 Hidden Technical Debt in Machine Learning Systems.pdf"
98
+ ]
99
+ )
100
 
101
  # Launch the Gradio interface
102
  iface.launch()