Merge pull request #217 from DN6/comet-integration

Log "Created From" text to track Gradio usage in Comet
This commit is contained in:
Abubakar Abid 2021-06-11 16:00:29 -05:00 committed by GitHub
commit 52a89c57db

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