mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-01 11:45:36 +08:00
comet ml link fix
This commit is contained in:
parent
c7790eabd7
commit
10e69f77f7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user