mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-06 10:25:17 +08:00
updated PyPi to 1.7.0
This commit is contained in:
parent
b88b28fb0a
commit
fef1ac64f4
@ -1,6 +1,6 @@
|
||||
Metadata-Version: 1.0
|
||||
Name: gradio
|
||||
Version: 1.6.4
|
||||
Version: 1.7.0
|
||||
Summary: Python library for easily interacting with trained machine learning models
|
||||
Home-page: https://github.com/gradio-app/gradio-UI
|
||||
Author: Abubakar Abid
|
||||
|
@ -14,4 +14,4 @@ ffmpy
|
||||
librosa
|
||||
colorama>=0.3.9
|
||||
markdown2
|
||||
pycrypto
|
||||
pycryptodome
|
||||
|
4
setup.py
4
setup.py
@ -5,7 +5,7 @@ except ImportError:
|
||||
|
||||
setup(
|
||||
name='gradio',
|
||||
version='1.6.4',
|
||||
version='1.7.0',
|
||||
include_package_data=True,
|
||||
description='Python library for easily interacting with trained machine learning models',
|
||||
author='Abubakar Abid',
|
||||
@ -30,6 +30,6 @@ setup(
|
||||
'librosa',
|
||||
'colorama >= 0.3.9',
|
||||
'markdown2',
|
||||
'pycrypto'
|
||||
'pycryptodome'
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user