wybertwang's picture
Upload 78 files
c426a27
raw
history blame
No virus
158 Bytes
from text_refiner.text_refiner import TextRefiner
def build_text_refiner(type, device, args=None):
if type == 'base':
return TextRefiner(device)