Elrmnd commited on
Commit
6a0159b
1 Parent(s): 76d5790

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -93,8 +93,11 @@ iface = gr.Interface(
93
  outputs=[summary_text,audio_summary],
94
  title="The Vocal PDF Summarizer",
95
  description="I will summarize your pdf and transform it in to an audio",
96
- examples=["Article 11 Hidden Technical Debt in Machine Learning Systems.pdf"
97
- ]
 
 
 
98
  )
99
 
100
  iface.launch() # Launch the interface
 
93
  outputs=[summary_text,audio_summary],
94
  title="The Vocal PDF Summarizer",
95
  description="I will summarize your pdf and transform it in to an audio",
96
+ examples=["Article 11 Hidden Technical Debt in Machine Learning Systems.pdf",
97
+ "Article 6 BloombergGPT_ A Large Language Model for Finance.pdf",
98
+ "Article 5 A Comprehensive Survey on Applications of Transformers for Deep Learning Tasks.pdf",
99
+ "Article 8 Llama 2_ Open Foundation and Fine-Tuned Chat Models.pdf"
100
+ ]
101
  )
102
 
103
  iface.launch() # Launch the interface