mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
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:
parent
93e5a82ff2
commit
6d0a6ccb83
@ -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
|
||||
|
@ -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":
|
||||
|
@ -1 +1 @@
|
||||
2.9.0b9
|
||||
2.9b11
|
2
setup.py
2
setup.py
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user