uncomment pkg version

This commit is contained in:
dawoodkhan82 2019-07-21 19:15:04 -07:00
parent fdb4666ba9
commit b43e76b148

View File

@ -19,7 +19,7 @@ from IPython import get_ipython
LOCALHOST_IP = "127.0.0.1"
TRY_NUM_PORTS = 100
# PKG_VERSION_URL = "https://gradio.app/api/pkg-version"
PKG_VERSION_URL = "https://gradio.app/api/pkg-version"
class Interface: