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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -43,8 +43,7 @@ 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",
47
- "Article 8 Llama 2_ Open Foundation and Fine-Tuned Chat Models.pdf"]
48
  )
49
 
50
  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
+ 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()