updated PyPi version

This commit is contained in:
Abubakar Abid 2020-07-09 16:32:07 -05:00
parent 9d8e97f019
commit b37254442b
6 changed files with 13 additions and 11 deletions

View File

@ -117,6 +117,7 @@ class Textbox(AbstractOutput):
def get_shortcut_implementations(cls):
return {
"text": {},
"textbox": {},
"number": {},
}

View File

@ -1,15 +1,15 @@
.panels {
margin-top: -24px;
margin-left: -24px;
}
.panel {
margin-top: 24px;
margin-left: 24px;
min-width: 300px;
flex: 1 1 0;
display: inline-block;
box-sizing: border-box;
}
.panel:first-child {
margin-right: 24px;
}
.panel:last-child {
margin-left: 8px;
}
.panel_header, .interface {
background-color: whitesmoke;
}
@ -36,13 +36,13 @@
}
.loading {
position: absolute;
top: 10px;
left: 10px;
top: 3px;
right: 3px;
margin-left: auto;
z-index: 1;
}
.loading img {
width: 50px;
height: 20px;
display: none;
}
.panel_buttons {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: gradio
Version: 0.9.9.9.2
Version: 1.0.0
Summary: Python library for easily interacting with trained machine learning models
Home-page: https://github.com/gradio-app/gradio-UI
Author: Abubakar Abid

View File

@ -117,6 +117,7 @@ class Textbox(AbstractOutput):
def get_shortcut_implementations(cls):
return {
"text": {},
"textbox": {},
"number": {},
}

View File

@ -5,7 +5,7 @@ except ImportError:
setup(
name='gradio',
version='0.9.9.9.2',
version='1.0.0',
include_package_data=True,
description='Python library for easily interacting with trained machine learning models',
author='Abubakar Abid',