comet ml link fix

This commit is contained in:
dawoodkhan82 2021-06-11 17:14:08 -04:00
parent 7f646326c5
commit 8decdb87aa

View File

@ -550,7 +550,7 @@ class Interface:
def integrate(self, comet_ml=None):
if self.share_url is not None:
comet_ml.log_text(self.share_url)
comet_ml.log_text("gradio: " + self.share_url)
comet_ml.end()
else:
comet_ml.log_text(self.local_url)