소스 검색

fix linters

Daniel Gatis 1 년 전
부모
커밋
1adb4f1702
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rembg/commands/s_command.py

+ 1 - 1
rembg/commands/s_command.py

@@ -276,7 +276,7 @@ def s_command(port: int, log_level: str, threads: int) -> None:
                 gr.components.Textbox(label="Arguments"),
             ],
             gr.components.Image(type="filepath", label="Output"),
-            concurrency_limit=3
+            concurrency_limit=3,
         )
 
         app = gr.mount_gradio_app(app, interface, path="/")