mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
add log other to track gradio integration
This commit is contained in:
parent
c7790eabd7
commit
2d344237af
@ -549,6 +549,7 @@ class Interface:
|
||||
|
||||
|
||||
def integrate(self, comet_ml=None):
|
||||
comet_ml.log_other("Created from", "Gradio")
|
||||
if self.share_url is not None:
|
||||
comet_ml.log_text(self.share_url)
|
||||
comet_ml.end()
|
||||
|
Loading…
Reference in New Issue
Block a user