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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ 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
- 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
 
 
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