add log other to track gradio integration

This commit is contained in:
DN6 2021-06-10 11:32:45 -04:00
parent c7790eabd7
commit 2d344237af

View File

@ -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()