From 73a65b4b4768b0922f59639211523b6300d9ac81 Mon Sep 17 00:00:00 2001 From: aliabd Date: Thu, 9 Jul 2020 12:32:25 -0700 Subject: [PATCH 1/2] interface loading message for colab --- gradio/interface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gradio/interface.py b/gradio/interface.py index 7ed0bce563..1ed96bf619 100644 --- a/gradio/interface.py +++ b/gradio/interface.py @@ -363,6 +363,7 @@ class Interface: is_colab ): # Embed the remote interface page if on google colab; # otherwise, embed the local page. + print("Interface loading below...") while not networking.url_ok(share_url): time.sleep(1) display(IFrame(share_url, width=1000, height=500)) From 81a797120e424c1bff46543017705c5e309b6bf5 Mon Sep 17 00:00:00 2001 From: aliabd Date: Thu, 9 Jul 2020 13:30:18 -0700 Subject: [PATCH 2/2] removed padding for latency --- gradio/static/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/gradio/static/css/style.css b/gradio/static/css/style.css index d1719d3518..8de4460276 100644 --- a/gradio/static/css/style.css +++ b/gradio/static/css/style.css @@ -18,7 +18,6 @@ button, input[type="submit"], input[type="reset"], input[type="text"], input[typ font-size: large; color: #EEA45D; text-align: right; - padding-top: 5px; } nav {