diff --git a/gradio.egg-info/PKG-INFO b/gradio.egg-info/PKG-INFO index a83c0dd83a..59e6470d0f 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.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 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..6533b66871 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -2.8.0b5 \ No newline at end of file +2.8.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 8119a42ad1..b42247f184 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name="gradio", - version="2.8.0b5", + 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",