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="/")