gianb commited on
Commit
99f363b
·
1 Parent(s): d51591b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -42,6 +42,8 @@ iface = gr.Interface(
42
  live=True,
43
  title="Abstract_Research_Paper_Summarizer",
44
  description="Upload a Research Paper PDF File. The model will generate a one line summary of the Abstract section and a speech audio."
 
 
45
  )
46
 
47
  iface.launch()
 
42
  live=True,
43
  title="Abstract_Research_Paper_Summarizer",
44
  description="Upload a Research Paper PDF File. The model will generate a one line summary of the Abstract section and a speech audio."
45
+ examples = ["Article_11_Hidden_Technical_Debt_in_Machine_Learning_Systems.pdf", "
46
+ "Article 8 Llama 2_ Open Foundation and Fine-Tuned Chat Models.pdf"]
47
  )
48
 
49
  iface.launch()