mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-16 07:35:58 +08:00
fix linters
This commit is contained in:
parent
f83d981fe4
commit
1adb4f1702
@ -276,7 +276,7 @@ def s_command(port: int, log_level: str, threads: int) -> None:
|
|||||||
gr.components.Textbox(label="Arguments"),
|
gr.components.Textbox(label="Arguments"),
|
||||||
],
|
],
|
||||||
gr.components.Image(type="filepath", label="Output"),
|
gr.components.Image(type="filepath", label="Output"),
|
||||||
concurrency_limit=3
|
concurrency_limit=3,
|
||||||
)
|
)
|
||||||
|
|
||||||
app = gr.mount_gradio_app(app, interface, path="/")
|
app = gr.mount_gradio_app(app, interface, path="/")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user