updated PyPi version

This commit is contained in:
Ali Abid 2021-11-22 21:21:06 +00:00
parent 8d553e9f74
commit ea04cd47d5
3 changed files with 5 additions and 8 deletions

View File

@ -1,14 +1,11 @@
Metadata-Version: 2.1
Metadata-Version: 1.0
Name: gradio
Version: 2.4.5
Version: 2.4.6
Summary: Python library for easily interacting with trained machine learning models
Home-page: https://github.com/gradio-app/gradio-UI
Author: Abubakar Abid
Author-email: a12d@stanford.edu
License: Apache License 2.0
Description: UNKNOWN
Keywords: machine learning,visualization,reproducibility
Platform: UNKNOWN
License-File: LICENSE
UNKNOWN

View File

@ -1 +1 @@
2.4.4
2.4.6

View File

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