mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
Release 2.9.3 (#1003)
* updated PyPi version to 2.9.2 * removed black typo * fixed black typo
This commit is contained in:
parent
2616afd309
commit
e94e3f02a6
@ -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
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
2.9.2
|
||||
2.9.3
|
2
setup.py
2
setup.py
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user