Commit 9024b199 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Auto-format (fixes previous commit).

parent 3233b58a
......@@ -109,7 +109,7 @@ class ServeCommand(BaseTransformersCLICommand):
if not _serve_dependancies_installed:
raise RuntimeError(
"Using serve command requires FastAPI and unicorn. "
"Please install transformers with [serving]: pip install \"transformers[serving]\"."
'Please install transformers with [serving]: pip install "transformers[serving]".'
"Or install FastAPI and unicorn separately."
)
else:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment