diff --git a/gradio.egg-info/PKG-INFO b/gradio.egg-info/PKG-INFO index 3173b6241f..7832aa732d 100644 --- a/gradio.egg-info/PKG-INFO +++ b/gradio.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: gradio -Version: 2.3.5 +Version: 2.3.6 Summary: Python library for easily interacting with trained machine learning models Home-page: https://github.com/gradio-app/gradio-UI Author: Abubakar Abid diff --git a/gradio/frontend/asset-manifest.json b/gradio/frontend/asset-manifest.json index 9b1826c593..babcefb636 100644 --- a/gradio/frontend/asset-manifest.json +++ b/gradio/frontend/asset-manifest.json @@ -1,6 +1,6 @@ { "files": { - "main.css": "/static/css/main.2ddd43af.css", + "main.css": "/static/css/main.0e1c8a10.css", "main.js": "/static/bundle.js", "index.html": "/index.html", "static/bundle.js.LICENSE.txt": "/static/bundle.js.LICENSE.txt", @@ -9,7 +9,7 @@ }, "entrypoints": [ "static/bundle.css", - "static/css/main.2ddd43af.css", + "static/css/main.0e1c8a10.css", "static/bundle.js" ] } \ No newline at end of file diff --git a/gradio/frontend/index.html b/gradio/frontend/index.html index dde09d84a6..2079390d50 100644 --- a/gradio/frontend/index.html +++ b/gradio/frontend/index.html @@ -8,4 +8,4 @@ window.config = {{ config|tojson }}; } catch (e) { window.config = {}; - }Gradio
\ No newline at end of file + }Gradio
\ No newline at end of file diff --git a/gradio/version.txt b/gradio/version.txt index 3f684d2d90..e75da3e63d 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -2.3.4 +2.3.6 diff --git a/setup.py b/setup.py index c8dd21b37d..7b4515fdbf 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name='gradio', - version='2.3.5', + version='2.3.6', include_package_data=True, description='Python library for easily interacting with trained machine learning models', author='Abubakar Abid',