make style

This commit is contained in:
Julien Chaumond
2020-01-27 12:13:32 -05:00
parent d440e21f5b
commit ea56d305be
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ from argparse import ArgumentParser, Namespace
from typing import Any, List, Optional
from starlette.responses import JSONResponse
from transformers import Pipeline
from transformers.commands import BaseTransformersCLICommand
from transformers.pipelines import SUPPORTED_TASKS, pipeline