mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
updated PyPi version
This commit is contained in:
parent
7aff4ebe7b
commit
3a2fa465b4
@ -276,7 +276,8 @@
|
||||
}
|
||||
/* Output Components */
|
||||
.output_text {
|
||||
@apply w-full bg-white border-gray-400 rounded box-border p-1;
|
||||
word-break: break-word;
|
||||
@apply w-full bg-white border-gray-400 rounded box-border p-1 whitespace-pre-wrap;
|
||||
}
|
||||
.output_label {
|
||||
.output_class {
|
||||
|
@ -270,6 +270,10 @@
|
||||
}
|
||||
|
||||
/* Output Components */
|
||||
.output_text {
|
||||
word-break: break-word;
|
||||
@apply w-full p-3 border rounded-lg shadow-inner outline-none focus:ring-1 focus:ring-inset focus:ring-indigo-200 focus:shadow-inner whitespace-pre-wrap;
|
||||
}
|
||||
.output_label {
|
||||
.output_class {
|
||||
@apply hidden;
|
||||
|
@ -1,6 +1,6 @@
|
||||
Metadata-Version: 1.0
|
||||
Name: gradio
|
||||
Version: 2.0.1
|
||||
Version: 2.0.2
|
||||
Summary: Python library for easily interacting with trained machine learning models
|
||||
Home-page: https://github.com/gradio-app/gradio-UI
|
||||
Author: Abubakar Abid
|
||||
|
@ -33,8 +33,12 @@ gradio/frontend/static/bundle.js.LICENSE.txt
|
||||
gradio/frontend/static/bundle.js.map
|
||||
gradio/frontend/static/css/main.20be28ac.css
|
||||
gradio/frontend/static/css/main.20be28ac.css.map
|
||||
gradio/frontend/static/css/main.380e3222.css
|
||||
gradio/frontend/static/css/main.380e3222.css.map
|
||||
gradio/frontend/static/css/main.99922310.css
|
||||
gradio/frontend/static/css/main.99922310.css.map
|
||||
gradio/frontend/static/css/main.acb02c85.css
|
||||
gradio/frontend/static/css/main.acb02c85.css.map
|
||||
gradio/frontend/static/media/logo_loading.e93acd82.jpg
|
||||
gradio/templates/login.html
|
||||
test/test_demos.py
|
||||
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"files": {
|
||||
"main.css": "/static/css/main.20be28ac.css",
|
||||
"main.css": "/static/css/main.380e3222.css",
|
||||
"main.js": "/static/bundle.js",
|
||||
"main.js.map": "/static/bundle.js.map",
|
||||
"index.html": "/index.html",
|
||||
"static/bundle.css.map": "/static/bundle.css.map",
|
||||
"static/bundle.js.LICENSE.txt": "/static/bundle.js.LICENSE.txt",
|
||||
"static/css/main.20be28ac.css.map": "/static/css/main.20be28ac.css.map",
|
||||
"static/css/main.380e3222.css.map": "/static/css/main.380e3222.css.map",
|
||||
"static/media/logo_loading.e93acd82.jpg": "/static/media/logo_loading.e93acd82.jpg"
|
||||
},
|
||||
"entrypoints": [
|
||||
"static/bundle.css",
|
||||
"static/css/main.20be28ac.css",
|
||||
"static/css/main.380e3222.css",
|
||||
"static/bundle.js"
|
||||
]
|
||||
}
|
@ -8,4 +8,4 @@
|
||||
window.config = {{ config|tojson }};
|
||||
} catch (e) {
|
||||
window.config = {};
|
||||
}</script><title>Gradio</title><link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"><link href="/static/bundle.css" rel="stylesheet"><link href="/static/css/main.20be28ac.css" rel="stylesheet"></head><body><div id="root"></div><script src="/static/bundle.js"></script></body></html>
|
||||
}</script><title>Gradio</title><link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"><link href="/static/bundle.css" rel="stylesheet"><link href="/static/css/main.380e3222.css" rel="stylesheet"></head><body><div id="root"></div><script src="/static/bundle.js"></script></body></html>
|
@ -1 +1 @@
|
||||
2.0.1
|
||||
2.0.2
|
||||
|
Loading…
Reference in New Issue
Block a user