Comet ml Integration Logging

This commit is contained in:
dawoodkhan82 2021-06-14 16:30:30 -04:00
parent bd829bc00c
commit d8626f2159

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