Spaces:
Sleeping
Sleeping
Update processor_bert.py
Browse files- 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
|