From f24df84771af456c8dd5696735e989e34c94f172 Mon Sep 17 00:00:00 2001 From: Ali Abid Date: Thu, 17 Feb 2022 13:29:08 -0800 Subject: [PATCH 1/2] updated PyPi version to 2.8.0b6 --- gradio.egg-info/PKG-INFO | 9 ++++++--- gradio.egg-info/requires.txt | 4 ++-- gradio/templates/frontend/index.html | 4 ++-- gradio/version.txt | 2 +- setup.py | 2 +- 5 files changed, 12 insertions(+), 9 deletions(-) diff --git a/gradio.egg-info/PKG-INFO b/gradio.egg-info/PKG-INFO index a83c0dd83a..1728790922 100644 --- a/gradio.egg-info/PKG-INFO +++ b/gradio.egg-info/PKG-INFO @@ -1,11 +1,14 @@ -Metadata-Version: 1.0 +Metadata-Version: 2.1 Name: gradio -Version: 2.8.0b5 +Version: 2.8.0b6 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 Author-email: team@gradio.app License: Apache License 2.0 -Description: UNKNOWN Keywords: machine learning,visualization,reproducibility Platform: UNKNOWN +License-File: LICENSE + +UNKNOWN + diff --git a/gradio.egg-info/requires.txt b/gradio.egg-info/requires.txt index 0ecd93dcfe..2b109b268b 100644 --- a/gradio.egg-info/requires.txt +++ b/gradio.egg-info/requires.txt @@ -1,5 +1,5 @@ -aiohttp analytics-python +aiohttp fastapi ffmpy markdown-it-py[linkify,plugins] @@ -9,7 +9,7 @@ pandas paramiko pillow pycryptodome -pydub python-multipart +pydub requests uvicorn diff --git a/gradio/templates/frontend/index.html b/gradio/templates/frontend/index.html index 6f09037eda..2f5b98badb 100644 --- a/gradio/templates/frontend/index.html +++ b/gradio/templates/frontend/index.html @@ -45,8 +45,8 @@ Gradio - - + + diff --git a/gradio/version.txt b/gradio/version.txt index ec33f4c153..23de303d9c 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -2.8.0b5 \ No newline at end of file +2.8.0b6 \ No newline at end of file diff --git a/setup.py b/setup.py index 8119a42ad1..6fe1e54d60 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name="gradio", - version="2.8.0b5", + version="2.8.0b6", 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", From e92e401edd5d4d9c7161276c5370e0ac57f3b67a Mon Sep 17 00:00:00 2001 From: Ali Abid Date: Thu, 17 Feb 2022 13:57:56 -0800 Subject: [PATCH 2/2] updated PyPi version to 2.8.0 --- gradio.egg-info/PKG-INFO | 2 +- gradio/version.txt | 2 +- setup.py | 2 +- ui/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradio.egg-info/PKG-INFO b/gradio.egg-info/PKG-INFO index 1728790922..59e6470d0f 100644 --- a/gradio.egg-info/PKG-INFO +++ b/gradio.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: gradio -Version: 2.8.0b6 +Version: 2.8.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/version.txt b/gradio/version.txt index 23de303d9c..6533b66871 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -2.8.0b6 \ No newline at end of file +2.8.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 6fe1e54d60..b42247f184 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name="gradio", - version="2.8.0b6", + version="2.8.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", diff --git a/ui/package.json b/ui/package.json index 93c56b86c0..e4f189f2bd 100644 --- a/ui/package.json +++ b/ui/package.json @@ -4,7 +4,7 @@ "description": "Gradio UI packages", "scripts": { "dev": "pnpm dev --filter @gradio/app", - "build": "pnpm build --filter @gradio/app", + "build": "pnpm build --filter @gradio/app --emptyOutDir", "format:check": "prettier --check --plugin-search-dir=. .", "format:write": "prettier --write --plugin-search-dir=. .", "ts:check": "svelte-check --tsconfig tsconfig.json",