Merge pull request #657 from gradio-app/2_8_0_pypi

Stable 2.8.0 release
This commit is contained in:
Abubakar Abid 2022-02-17 17:35:44 -05:00 committed by GitHub
commit 4ecd9f8ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 10 deletions

View File

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

View File

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

View File

@ -45,8 +45,8 @@
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
<title>Gradio</title>
<script type="module" crossorigin src="/assets/index.ec0db84a.js"></script>
<link rel="modulepreload" href="/assets/vendor.4bb909c3.js">
<script type="module" crossorigin src="/assets/index.f3d108ba.js"></script>
<link rel="modulepreload" href="/assets/vendor.c9d0e110.js">
<link rel="stylesheet" href="/assets/vendor.c31bc17e.css">
<link rel="stylesheet" href="/assets/index.7ba6fc59.css">
</head>

View File

@ -1 +1 @@
2.8.0b5
2.8.0

View File

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

View File

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