gianb commited on
Commit
507b907
·
1 Parent(s): eeb34a9

Update app.py

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