audio-test / pipeline.py
nateraw's picture
Create pipeline.py
d7848a2
raw
history blame contribute delete
No virus
177 Bytes
class PreTrainedPipeline():
def __init__(self, path=""):
"""
Initialize model
"""
pass
def __call__(self, inputs):
return inputs