mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
Merge branch 'master' of https://github.com/gradio-app/gradio
This commit is contained in:
commit
e78123cc3f
@ -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()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user