This commit is contained in:
dawoodkhan82 2021-06-11 17:14:15 -04:00
commit f6a078876b

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("gradio: " + self.share_url)
comet_ml.end()