2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-01-12 10:34:32 +08:00

updated PyPi version

This commit is contained in:
Ali Abid 2021-03-02 12:41:08 -08:00
parent c9739230a6
commit e66a7020aa
2 changed files with 2 additions and 2 deletions
gradio.egg-info
setup.py

View File

@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: gradio
Version: 1.6.2
Version: 1.6.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.6.2',
version='1.6.3',
include_package_data=True,
description='Python library for easily interacting with trained machine learning models',
author='Abubakar Abid',