

chore: disable gradio telemetry
@2e9a22f1c7b644f817ca2114c6e4aad3d23594f7
--- src/faster_whisper_server/gradio_app.py
+++ src/faster_whisper_server/gradio_app.py
... | ... | @@ -102,6 +102,7 @@ |
102 | 102 |
], |
103 | 103 |
fn=handler, |
104 | 104 |
outputs="text", |
105 |
+ analytics_enabled=False, # disable telemetry |
|
105 | 106 |
) as demo: |
106 | 107 |
demo.load(update_model_dropdown, inputs=None, outputs=model_dropdown) |
107 | 108 |
return demo |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?