mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-13 11:57:29 +08:00
gradio 2.0.3
This commit is contained in:
parent
6766290c89
commit
1f0550fd2c
@ -549,13 +549,14 @@ 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()
|
||||
else:
|
||||
comet_ml.log_text("gradio: " + self.local_url)
|
||||
comet_ml.end()
|
||||
if comet_ml is not 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()
|
||||
else:
|
||||
comet_ml.log_text("gradio: " + self.local_url)
|
||||
comet_ml.end()
|
||||
|
||||
|
||||
def show_tip(io):
|
||||
|
Loading…
x
Reference in New Issue
Block a user