Spaces:
Runtime error
Runtime error
Update cli.py
Browse files- t5s/cli.py +1 -0
t5s/cli.py
CHANGED
@@ -4,6 +4,7 @@ import subprocess
|
|
4 |
import sys
|
5 |
|
6 |
import yaml
|
|
|
7 |
arg_parser = argparse.ArgumentParser(
|
8 |
description="T5 Summarisation Using Pytorch Lightning", prog="t5s"
|
9 |
)
|
|
|
4 |
import sys
|
5 |
|
6 |
import yaml
|
7 |
+
|
8 |
arg_parser = argparse.ArgumentParser(
|
9 |
description="T5 Summarisation Using Pytorch Lightning", prog="t5s"
|
10 |
)
|