mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
gradio 2.0.3
This commit is contained in:
parent
bc69139099
commit
7ef3e815d1
@ -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…
Reference in New Issue
Block a user