NOT-OMEGA commited on
Commit
32a28a7
·
verified ·
1 Parent(s): a075d7d

Update processor_bert.py

Browse files
Files changed (1) hide show
  1. processor_bert.py +1 -0
processor_bert.py CHANGED
@@ -8,6 +8,7 @@ Kaise kaam karta hai:
8
  3. Pre-allocated buffers: Memory waste nahi
9
  """
10
  from __future__ import annotations
 
11
  import os
12
  import threading
13
  import numpy as np
 
8
  3. Pre-allocated buffers: Memory waste nahi
9
  """
10
  from __future__ import annotations
11
+ from transformers import pipeline
12
  import os
13
  import threading
14
  import numpy as np