File size: 167 Bytes
9a84ec8
c426a27
 
5c74464
c426a27
5c74464
1
2
3
4
5
6
from .text_refiner import TextRefiner


def build_text_refiner(type, device, args=None, api_key=""):
    if type == 'base':
        return TextRefiner(device, api_key)