mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
updated PyPi version
This commit is contained in:
parent
02716e5d26
commit
eea615a7dd
@ -1,6 +1,6 @@
|
|||||||
Metadata-Version: 1.0
|
Metadata-Version: 1.0
|
||||||
Name: gradio
|
Name: gradio
|
||||||
Version: 2.2.0
|
Version: 2.2.1
|
||||||
Summary: Python library for easily interacting with trained machine learning models
|
Summary: Python library for easily interacting with trained machine learning models
|
||||||
Home-page: https://github.com/gradio-app/gradio-UI
|
Home-page: https://github.com/gradio-app/gradio-UI
|
||||||
Author: Abubakar Abid
|
Author: Abubakar Abid
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
Flask-Cors>=3.0.8
|
|
||||||
Flask-Login
|
|
||||||
Flask>=1.1.1
|
|
||||||
analytics-python
|
|
||||||
ffmpy
|
|
||||||
flask-cachebuster
|
|
||||||
markdown2
|
|
||||||
matplotlib
|
|
||||||
numpy
|
numpy
|
||||||
|
scipy
|
||||||
|
matplotlib
|
||||||
pandas
|
pandas
|
||||||
paramiko
|
|
||||||
pillow
|
pillow
|
||||||
|
ffmpy
|
||||||
|
markdown2
|
||||||
pycryptodome
|
pycryptodome
|
||||||
requests
|
requests
|
||||||
scipy
|
paramiko
|
||||||
|
analytics-python
|
||||||
|
Flask>=1.1.1
|
||||||
|
Flask-Cors>=3.0.8
|
||||||
|
flask-cachebuster
|
||||||
|
Flask-Login
|
||||||
|
@ -1 +1 @@
|
|||||||
2.2.0
|
2.2.1
|
||||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ except ImportError:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='gradio',
|
name='gradio',
|
||||||
version='2.2.0',
|
version='2.2.1',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
description='Python library for easily interacting with trained machine learning models',
|
description='Python library for easily interacting with trained machine learning models',
|
||||||
author='Abubakar Abid',
|
author='Abubakar Abid',
|
||||||
|
Loading…
Reference in New Issue
Block a user