freemt commited on
Commit
9057922
·
1 Parent(s): 21aaf27
Files changed (1) hide show
  1. ubee/__main__.py +3 -3
ubee/__main__.py CHANGED
@@ -67,9 +67,9 @@ try:
67
  except Exception as _:
68
  ic(["load_model(\"clas-l-user\")", _])
69
 
70
- # _ = clas("love", "liebe,hate you,test", False)
71
- # print(_)
72
- # raise SystemExit("Exit by intention")
73
 
74
 
75
  # segment: str
 
67
  except Exception as _:
68
  ic(["load_model(\"clas-l-user\")", _])
69
 
70
+ _ = clas("love", ["liebe", "hate you", "test"])
71
+ print(_)
72
+ raise SystemExit("Exit by intention")
73
 
74
 
75
  # segment: str