Skip to content

Commit

Permalink
Merge pull request #694 from lainedfles/disable-gradio-analytics
Browse files Browse the repository at this point in the history
chore: Disable analytics in Gradio interface
  • Loading branch information
danielgatis authored Dec 10, 2024
2 parents 1101c15 + 0dbce2d commit b792fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rembg/commands/s_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ def inference(input_path, model, *args):
],
gr.components.Image(type="filepath", label="Output"),
concurrency_limit=3,
analytics_enabled=False,
)

app = gr.mount_gradio_app(app, interface, path="/")
Expand Down

0 comments on commit b792fa5

Please sign in to comment.