Spaces:
Build error
Build error
freemt
commited on
Commit
·
21aaf27
1
Parent(s):
0b7bd15
Debug
Browse files- ubee/__main__.py +3 -4
ubee/__main__.py
CHANGED
@@ -67,10 +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 |
-
|
73 |
-
raise SystemExit("Exit by intention")
|
74 |
|
75 |
|
76 |
# segment: str
|
|
|
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
|