From d3b54bfae2ab8a26c53a4f269151122c61905f57 Mon Sep 17 00:00:00 2001 From: Ali Abid Date: Tue, 4 Jan 2022 16:51:10 +0000 Subject: [PATCH] updated PyPi version --- gradio.egg-info/PKG-INFO | 2 +- gradio/templates/frontend/asset-manifest.json | 4 ++-- gradio/templates/frontend/index.html | 2 +- gradio/version.txt | 2 +- setup.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gradio.egg-info/PKG-INFO b/gradio.egg-info/PKG-INFO index fced6038c1..0b258b540a 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.6.4 +Version: 2.7.0 Summary: Python library for easily interacting with trained machine learning models Home-page: https://github.com/gradio-app/gradio-UI Author: Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq diff --git a/gradio/templates/frontend/asset-manifest.json b/gradio/templates/frontend/asset-manifest.json index 8e6a450059..0aefed9ee7 100644 --- a/gradio/templates/frontend/asset-manifest.json +++ b/gradio/templates/frontend/asset-manifest.json @@ -1,6 +1,6 @@ { "files": { - "main.css": "/static/css/main.49f68bed.css", + "main.css": "/static/css/main.07d1e470.css", "main.js": "/static/bundle.js", "index.html": "/index.html", "static/media/api-logo.b3893a52.svg": "/static/media/api-logo.b3893a52.svg", @@ -11,7 +11,7 @@ }, "entrypoints": [ "static/bundle.css", - "static/css/main.49f68bed.css", + "static/css/main.07d1e470.css", "static/bundle.js" ] } \ No newline at end of file diff --git a/gradio/templates/frontend/index.html b/gradio/templates/frontend/index.html index 5f27dda95d..fe99161ad5 100644 --- a/gradio/templates/frontend/index.html +++ b/gradio/templates/frontend/index.html @@ -1 +1 @@ -{{ config['title'] or 'Gradio' }}Gradio
\ No newline at end of file +{{ config['title'] or 'Gradio' }}Gradio
\ No newline at end of file diff --git a/gradio/version.txt b/gradio/version.txt index e46a05b196..9aa34646dc 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -2.6.4 \ No newline at end of file +2.7.0 \ No newline at end of file diff --git a/setup.py b/setup.py index c29e9175f6..a079db857a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name='gradio', - version='2.6.4', + version='2.7.0', include_package_data=True, description='Python library for easily interacting with trained machine learning models', author='Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq',