updated PyPi version to 2.7.4

This commit is contained in:
Abubakar Abid 2022-01-21 11:53:34 -06:00
parent c024f8c72d
commit be1183ef65
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: gradio
Version: 2.7.3
Version: 2.7.4
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

View File

@ -1 +1 @@
2.7.1
2.7.4

View File

@ -5,7 +5,7 @@ except ImportError:
setup(
name="gradio",
version="2.7.3",
version="2.7.4",
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",