mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
updated PyPi version
This commit is contained in:
parent
8d553e9f74
commit
ea04cd47d5
@ -1,14 +1,11 @@
|
|||||||
Metadata-Version: 2.1
|
Metadata-Version: 1.0
|
||||||
Name: gradio
|
Name: gradio
|
||||||
Version: 2.4.5
|
Version: 2.4.6
|
||||||
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
|
||||||
Author-email: a12d@stanford.edu
|
Author-email: a12d@stanford.edu
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
|
Description: UNKNOWN
|
||||||
Keywords: machine learning,visualization,reproducibility
|
Keywords: machine learning,visualization,reproducibility
|
||||||
Platform: UNKNOWN
|
Platform: UNKNOWN
|
||||||
License-File: LICENSE
|
|
||||||
|
|
||||||
UNKNOWN
|
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
2.4.4
|
2.4.6
|
||||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ except ImportError:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='gradio',
|
name='gradio',
|
||||||
version='2.4.5',
|
version='2.4.6',
|
||||||
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