Hotfix + New pypi release 2.9b11 (#1118)

* updated PyPi version to 2.9.0b10

* hotfix

* updated PyPi version to 2.9b11
This commit is contained in:
Abubakar Abid 2022-04-28 03:28:47 -07:00 committed by GitHub
parent 93e5a82ff2
commit 6d0a6ccb83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: gradio
Version: 2.9.0b9
Version: 2.9b11
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, Pete Allen, Ömer Faruk Özdemir

View File

@ -445,7 +445,7 @@ class Interface(Blocks):
else:
component.label = "output " + str(i)
if self.cache_examples:
if self.cache_examples and examples:
cache_interface_examples(self)
if self.allow_flagging != "never":

View File

@ -1 +1 @@
2.9.0b9
2.9b11

View File

@ -9,7 +9,7 @@ long_description = (this_directory / "README.md").read_text()
setup(
name="gradio",
version="2.9.0b9",
version="2.9b11",
include_package_data=True,
description="Python library for easily interacting with trained machine learning models",
long_description=long_description,