shortened colab delay to 1s

This commit is contained in:
aliabd 2020-07-02 05:05:17 -07:00
parent 88fd0d71db
commit 4864560586

View File

@ -306,7 +306,7 @@ class Interface:
is_colab is_colab
): # Embed the remote interface page if on google colab; ): # Embed the remote interface page if on google colab;
# otherwise, embed the local page. # otherwise, embed the local page.
time.sleep(5) time.sleep(1)
display(IFrame(share_url, width=1000, height=500)) display(IFrame(share_url, width=1000, height=500))
else: else:
display(IFrame(path_to_local_server, width=1000, height=500)) display(IFrame(path_to_local_server, width=1000, height=500))