Salt commited on
Commit
38392fe
·
1 Parent(s): 2ac690a

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +0 -8
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