updated PyPi version

This commit is contained in:
Abubakar Abid 2020-08-10 22:21:16 -05:00
parent 818e1007b8
commit 64e78d1a6f
3 changed files with 3 additions and 3 deletions

View File

@ -23,4 +23,4 @@ gr.Interface(flip2,
["images/cheetah2.jpg"],
["images/lion.jpg"],
]
).launch(share=False)
).launch(share=True)

View File

@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: gradio
Version: 1.1.2
Version: 1.1.3
Summary: Python library for easily interacting with trained machine learning models
Home-page: https://github.com/gradio-app/gradio-UI
Author: Abubakar Abid

View File

@ -5,7 +5,7 @@ except ImportError:
setup(
name='gradio',
version='1.1.2',
version='1.1.3',
include_package_data=True,
description='Python library for easily interacting with trained machine learning models',
author='Abubakar Abid',