mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-16 06:16:08 +08:00
Merge pull request #694 from lainedfles/disable-gradio-analytics
chore: Disable analytics in Gradio interface
This commit is contained in:
commit
b792fa5b44
@ -306,6 +306,7 @@ def s_command(port: int, host: str, log_level: str, threads: int) -> None:
|
||||
],
|
||||
gr.components.Image(type="filepath", label="Output"),
|
||||
concurrency_limit=3,
|
||||
analytics_enabled=False,
|
||||
)
|
||||
|
||||
app = gr.mount_gradio_app(app, interface, path="/")
|
||||
|
Loading…
x
Reference in New Issue
Block a user