antfraia commited on
Commit
7f633bf
·
1 Parent(s): 39c23a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -31,9 +31,9 @@ iface = gr.Interface(
31
  fn=summarize_pdf,
32
  inputs="file",
33
  outputs="text",
34
- title="PDF Summarizer",
35
- description="Upload a PDF file and get a bullet-point summary of its content.",
36
- theme="miku",
37
  live=True,
38
  capture_session=True,
39
  )
 
31
  fn=summarize_pdf,
32
  inputs="file",
33
  outputs="text",
34
+ title="Live and free PDF Summarizer for your documents",
35
+ description="Upload a PDF file here and get a bullet-point summary of its content.",
36
+ theme="Monochrome",
37
  live=True,
38
  capture_session=True,
39
  )