updated PyPi version

This commit is contained in:
Ali Abid 2021-12-23 17:50:22 +00:00
parent 7f4ae435a0
commit bdef3a8dd0
4 changed files with 18 additions and 18 deletions

View File

@ -1,10 +1,10 @@
Metadata-Version: 1.0
Name: gradio
Version: 2.5.3
Version: 2.6.0
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
Author: Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq
Author-email: team@gradio.app
License: Apache License 2.0
Description: UNKNOWN
Keywords: machine learning,visualization,reproducibility

View File

@ -1,15 +1,15 @@
numpy
pydub
matplotlib
pandas
pillow
ffmpy
markdown2
pycryptodome
requests
paramiko
analytics-python
Flask>=1.1.1
Flask-Cors>=3.0.8
flask-cachebuster
Flask-Login
Flask>=1.1.1
analytics-python
ffmpy
flask-cachebuster
markdown2
matplotlib
numpy
pandas
paramiko
pillow
pycryptodome
pydub
requests

View File

@ -1 +1 @@
2.5.2
2.6.0

View File

@ -5,7 +5,7 @@ except ImportError:
setup(
name='gradio',
version='2.5.3',
version='2.6.0',
include_package_data=True,
description='Python library for easily interacting with trained machine learning models',
author='Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq',