Salt
commited on
Commit
·
38392fe
1
Parent(s):
2ac690a
Update server.py
Browse files
server.py
CHANGED
@@ -30,14 +30,6 @@ from colorama import Fore, Style, init as colorama_init
|
|
30 |
|
31 |
colorama_init()
|
32 |
|
33 |
-
|
34 |
-
parser.add_argument(
|
35 |
-
"--classification-model", help="Load a custom text classification model"
|
36 |
-
)
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
port = 7860
|
42 |
host = "0.0.0.0"
|
43 |
|
|
|
30 |
|
31 |
colorama_init()
|
32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
port = 7860
|
34 |
host = "0.0.0.0"
|
35 |
|