Skip to content

Commit

Permalink
fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgatis committed Dec 5, 2023
1 parent f83d981 commit 1adb4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rembg/commands/s_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def inference(input_path, model, cmd_args):
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="/")
Expand Down

0 comments on commit 1adb4f1

Please sign in to comment.