Fix style

This commit is contained in:
Lysandre 2020-01-20 10:48:26 -05:00 committed by Lysandre Debut
parent 908cd5ea27
commit ca6ce3040d
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,6 @@ 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

View File

@ -25,6 +25,7 @@ from tqdm.auto import tqdm
from . import __version__
logger = logging.getLogger(__name__) # pylint: disable=invalid-name
try: