This commit is contained in:
Ali Abid 2021-06-14 11:54:21 -07:00
commit e78123cc3f

View File

@ -550,10 +550,10 @@ 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)
comet_ml.log_text("gradio: " + self.local_url)
comet_ml.end()