freemt commited on
Commit
0b7bd15
·
1 Parent(s): bf87f43
Files changed (1) hide show
  1. ubee/__main__.py +2 -1
ubee/__main__.py CHANGED
@@ -66,7 +66,8 @@ try:
66
  clas = load_model("clas-l-user")
67
  except Exception as _:
68
  ic(["load_model(\"clas-l-user\")", _])
69
- _ = clas("love", ["liebe", "hate you", "test"], False)
 
70
  print(_)
71
 
72
  raise SystemExit("Exit by intention")
 
66
  clas = load_model("clas-l-user")
67
  except Exception as _:
68
  ic(["load_model(\"clas-l-user\")", _])
69
+
70
+ _ = clas("love", "liebe,hate you,test", False)
71
  print(_)
72
 
73
  raise SystemExit("Exit by intention")