freemt commited on
Commit
f56bc31
·
1 Parent(s): f97ef51
Files changed (2) hide show
  1. gradio_queue.db +0 -0
  2. radio_mlbee/gen_cmat.py +0 -5
gradio_queue.db CHANGED
Binary files a/gradio_queue.db and b/gradio_queue.db differ
 
radio_mlbee/gen_cmat.py CHANGED
@@ -1,6 +1,5 @@
1
  """Gen cmat for de/en text."""
2
  # pylint: disable=invalid-name, too-many-branches
3
- import os
4
  from pathlib import Path
5
  from typing import List, Optional
6
 
@@ -16,10 +15,6 @@ from tqdm import tqdm
16
 
17
  from radio_mlbee.cos_matrix2 import cos_matrix2
18
 
19
- os.environ["LOGLEVEL"] = "10" # turn debug on
20
- logzero.loglevel(set_loglevel())
21
- logger.debug(" debug is on ")
22
-
23
  try:
24
  model = model_s()
25
  except Exception as _:
 
1
  """Gen cmat for de/en text."""
2
  # pylint: disable=invalid-name, too-many-branches
 
3
  from pathlib import Path
4
  from typing import List, Optional
5
 
 
15
 
16
  from radio_mlbee.cos_matrix2 import cos_matrix2
17
 
 
 
 
 
18
  try:
19
  model = model_s()
20
  except Exception as _: