Salt
commited on
Commit
·
7000a00
1
Parent(s):
a7c6cad
Update server.py
Browse files
server.py
CHANGED
|
@@ -56,8 +56,7 @@ parser = argparse.ArgumentParser(
|
|
| 56 |
)
|
| 57 |
|
| 58 |
parser.add_argument("--summarization-model", help="Load a custom summarization model")
|
| 59 |
-
parser.add_argument(
|
| 60 |
-
"--classification-model", help="Load a custom text classification model"
|
| 61 |
|
| 62 |
parser.add_argument(
|
| 63 |
"--enable-modules",
|
|
|
|
| 56 |
)
|
| 57 |
|
| 58 |
parser.add_argument("--summarization-model", help="Load a custom summarization model")
|
| 59 |
+
parser.add_argument("--classification-model", help="Load a custom text classification model")
|
|
|
|
| 60 |
|
| 61 |
parser.add_argument(
|
| 62 |
"--enable-modules",
|