gianb commited on
Commit
624c196
·
1 Parent(s): 5ad9e29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ iface = gr.Interface(
41
  outputs=[gr.Textbox(label="Abstract Summary:"), gr.Audio(type="filepath", label="Summary_Speech")],
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
  )
 
41
  outputs=[gr.Textbox(label="Abstract Summary:"), gr.Audio(type="filepath", label="Summary_Speech")],
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
  )