updated to 2.3.1

This commit is contained in:
Abubakar Abid 2021-09-14 09:54:46 -05:00
parent f0940161da
commit c45ca08b78
3 changed files with 17 additions and 14 deletions

View File

@ -1,11 +1,14 @@
Metadata-Version: 1.0
Metadata-Version: 2.1
Name: gradio
Version: 2.3.0
Version: 2.3.1
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,15 +1,15 @@
Flask-Cors>=3.0.8
Flask-Login
Flask>=1.1.1
analytics-python
ffmpy
flask-cachebuster
markdown2
matplotlib
numpy
scipy
matplotlib
pandas
paramiko
pillow
ffmpy
markdown2
pycryptodome
requests
scipy
paramiko
analytics-python
Flask>=1.1.1
Flask-Cors>=3.0.8
flask-cachebuster
Flask-Login

View File

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