mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
Merge pull request #217 from DN6/comet-integration
Log "Created From" text to track Gradio usage in Comet
This commit is contained in:
commit
52a89c57db
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user