mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-09 02:00:44 +08:00
commit
51e57675da
@ -1,6 +1,6 @@
|
|||||||
Metadata-Version: 2.1
|
Metadata-Version: 2.1
|
||||||
Name: gradio
|
Name: gradio
|
||||||
Version: 2.8.4
|
Version: 2.8.5
|
||||||
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, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq
|
Author: Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq
|
||||||
|
@ -1 +1 @@
|
|||||||
2.8.4
|
2.8.5
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ except ImportError:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="gradio",
|
name="gradio",
|
||||||
version="2.8.4",
|
version="2.8.5",
|
||||||
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, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq",
|
author="Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq",
|
||||||
|
Loading…
Reference in New Issue
Block a user