mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-16 12:45:56 +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"),
|
gr.components.Image(type="filepath", label="Output"),
|
||||||
concurrency_limit=3,
|
concurrency_limit=3,
|
||||||
|
analytics_enabled=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
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