mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
updated PyPi version
This commit is contained in:
parent
620fc1ffaa
commit
a092d1c54e
@ -1,6 +1,6 @@
|
|||||||
Metadata-Version: 1.0
|
Metadata-Version: 1.0
|
||||||
Name: gradio
|
Name: gradio
|
||||||
Version: 2.3.5
|
Version: 2.3.6
|
||||||
Summary: Python library for easily interacting with trained machine learning models
|
Summary: Python library for easily interacting with trained machine learning models
|
||||||
Home-page: https://github.com/gradio-app/gradio-UI
|
Home-page: https://github.com/gradio-app/gradio-UI
|
||||||
Author: Abubakar Abid
|
Author: Abubakar Abid
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"files": {
|
"files": {
|
||||||
"main.css": "/static/css/main.2ddd43af.css",
|
"main.css": "/static/css/main.0e1c8a10.css",
|
||||||
"main.js": "/static/bundle.js",
|
"main.js": "/static/bundle.js",
|
||||||
"index.html": "/index.html",
|
"index.html": "/index.html",
|
||||||
"static/bundle.js.LICENSE.txt": "/static/bundle.js.LICENSE.txt",
|
"static/bundle.js.LICENSE.txt": "/static/bundle.js.LICENSE.txt",
|
||||||
@ -9,7 +9,7 @@
|
|||||||
},
|
},
|
||||||
"entrypoints": [
|
"entrypoints": [
|
||||||
"static/bundle.css",
|
"static/bundle.css",
|
||||||
"static/css/main.2ddd43af.css",
|
"static/css/main.0e1c8a10.css",
|
||||||
"static/bundle.js"
|
"static/bundle.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -8,4 +8,4 @@
|
|||||||
window.config = {{ config|tojson }};
|
window.config = {{ config|tojson }};
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
window.config = {};
|
window.config = {};
|
||||||
}</script><script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script><title>Gradio</title><link href="static/bundle.css" rel="stylesheet"><link href="static/css/main.2ddd43af.css" rel="stylesheet"></head><body style="height:100%"><div id="root" style="height:100%"></div><script src="static/bundle.js"></script></body></html>
|
}</script><script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script><title>Gradio</title><link href="static/bundle.css" rel="stylesheet"><link href="static/css/main.0e1c8a10.css" rel="stylesheet"></head><body style="height:100%"><div id="root" style="height:100%"></div><script src="static/bundle.js"></script></body></html>
|
@ -1 +1 @@
|
|||||||
2.3.4
|
2.3.6
|
||||||
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ except ImportError:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='gradio',
|
name='gradio',
|
||||||
version='2.3.5',
|
version='2.3.6',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
description='Python library for easily interacting with trained machine learning models',
|
description='Python library for easily interacting with trained machine learning models',
|
||||||
author='Abubakar Abid',
|
author='Abubakar Abid',
|
||||||
|
Loading…
Reference in New Issue
Block a user