mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
updated PyPi version
This commit is contained in:
parent
9d8e97f019
commit
b37254442b
@ -117,6 +117,7 @@ class Textbox(AbstractOutput):
|
||||
def get_shortcut_implementations(cls):
|
||||
return {
|
||||
"text": {},
|
||||
"textbox": {},
|
||||
"number": {},
|
||||
}
|
||||
|
||||
|
@ -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 |
@ -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
|
||||
|
@ -117,6 +117,7 @@ class Textbox(AbstractOutput):
|
||||
def get_shortcut_implementations(cls):
|
||||
return {
|
||||
"text": {},
|
||||
"textbox": {},
|
||||
"number": {},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user