Release 2.9.3 (#1003)

* updated PyPi version to 2.9.2

* removed black typo

* fixed black typo
This commit is contained in:
Abubakar Abid 2022-04-14 15:07:27 -07:00 committed by GitHub
parent 2616afd309
commit e94e3f02a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: gradio
Version: 2.9.2
Version: 2.9.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

View File

@ -19,7 +19,6 @@ import matplotlib
import numpy as np
import pandas as pd
import PIL
from black import out
from ffmpy import FFmpeg
from gradio import processing_utils

View File

@ -1 +1 @@
2.9.2
2.9.3

View File

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