updated PyPi version

This commit is contained in:
Abubakar Abid 2020-07-08 16:46:04 -05:00
parent 98fba81f70
commit 9913523170
5 changed files with 2 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: gradio
Version: 0.9.9.2
Version: 0.9.9.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

@ -4,7 +4,4 @@ paramiko
scipy
IPython
scikit-image
<<<<<<< HEAD
=======
analytics-python
>>>>>>> 64fd79682b1939bca6d2efe2556fc7a7b43b1d9d

View File

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