updated PyPi version

This commit is contained in:
Ali Abid 2021-09-27 21:14:20 +00:00
parent 620fc1ffaa
commit a092d1c54e
5 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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"
] ]
} }

View File

@ -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>

View File

@ -1 +1 @@
2.3.4 2.3.6

View File

@ -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',