MeetJivani commited on
Commit
1c579bf
1 Parent(s): 86215a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -394,7 +394,7 @@ def load_uploaded_file(file_obj, max_pages: int = 20, lower: bool = False) -> st
394
  def parse_args():
395
  """arguments for the command line interface"""
396
  parser = argparse.ArgumentParser(
397
- description="Document Summarization with Long-Document Transformers - Demo",
398
  formatter_class=argparse.ArgumentDefaultsHelpFormatter,
399
  epilog="Runs a local-only web UI to summarize documents. pass --share for a public link to share.",
400
  )
 
394
  def parse_args():
395
  """arguments for the command line interface"""
396
  parser = argparse.ArgumentParser(
397
+ description="Document Summarization - Demo",
398
  formatter_class=argparse.ArgumentDefaultsHelpFormatter,
399
  epilog="Runs a local-only web UI to summarize documents. pass --share for a public link to share.",
400
  )