mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
updated PyPi version
This commit is contained in:
parent
f1d2152585
commit
63a4540b92
2
.gitignore
vendored
2
.gitignore
vendored
@ -20,7 +20,7 @@ gradio/templates/frontend/static
|
||||
*.db
|
||||
*.sqlite3
|
||||
gradio/launches.json
|
||||
flagged/*
|
||||
flagged/
|
||||
|
||||
# Tests
|
||||
.coverage
|
||||
|
@ -1,6 +1,6 @@
|
||||
Metadata-Version: 1.0
|
||||
Name: gradio
|
||||
Version: 2.6.2
|
||||
Version: 2.6.3
|
||||
Summary: Python library for easily interacting with trained machine learning models
|
||||
Home-page: https://github.com/gradio-app/gradio-UI
|
||||
Author: Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq
|
||||
|
@ -1 +1 @@
|
||||
2.6.2
|
||||
2.6.3
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ except ImportError:
|
||||
|
||||
setup(
|
||||
name='gradio',
|
||||
version='2.6.2',
|
||||
version='2.6.3',
|
||||
include_package_data=True,
|
||||
description='Python library for easily interacting with trained machine learning models',
|
||||
author='Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq',
|
||||
|
Loading…
x
Reference in New Issue
Block a user