Spaces:
Runtime error
Runtime error
MeetJivani
commited on
Commit
•
1c579bf
1
Parent(s):
86215a1
Update app.py
Browse files
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
|
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 |
)
|