mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
Merge pull request #657 from gradio-app/2_8_0_pypi
Stable 2.8.0 release
This commit is contained in:
commit
4ecd9f8ade
@ -1,11 +1,14 @@
|
|||||||
Metadata-Version: 1.0
|
Metadata-Version: 2.1
|
||||||
Name: gradio
|
Name: gradio
|
||||||
Version: 2.8.0b5
|
Version: 2.8.0
|
||||||
Summary: Python library for easily interacting with trained machine learning models
|
Summary: Python library for easily interacting with trained machine learning models
|
||||||
Home-page: https://github.com/gradio-app/gradio-UI
|
Home-page: https://github.com/gradio-app/gradio-UI
|
||||||
Author: Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq
|
Author: Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq
|
||||||
Author-email: team@gradio.app
|
Author-email: team@gradio.app
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
Description: UNKNOWN
|
|
||||||
Keywords: machine learning,visualization,reproducibility
|
Keywords: machine learning,visualization,reproducibility
|
||||||
Platform: UNKNOWN
|
Platform: UNKNOWN
|
||||||
|
License-File: LICENSE
|
||||||
|
|
||||||
|
UNKNOWN
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
aiohttp
|
|
||||||
analytics-python
|
analytics-python
|
||||||
|
aiohttp
|
||||||
fastapi
|
fastapi
|
||||||
ffmpy
|
ffmpy
|
||||||
markdown-it-py[linkify,plugins]
|
markdown-it-py[linkify,plugins]
|
||||||
@ -9,7 +9,7 @@ pandas
|
|||||||
paramiko
|
paramiko
|
||||||
pillow
|
pillow
|
||||||
pycryptodome
|
pycryptodome
|
||||||
pydub
|
|
||||||
python-multipart
|
python-multipart
|
||||||
|
pydub
|
||||||
requests
|
requests
|
||||||
uvicorn
|
uvicorn
|
||||||
|
@ -45,8 +45,8 @@
|
|||||||
</script>
|
</script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
|
||||||
<title>Gradio</title>
|
<title>Gradio</title>
|
||||||
<script type="module" crossorigin src="/assets/index.ec0db84a.js"></script>
|
<script type="module" crossorigin src="/assets/index.f3d108ba.js"></script>
|
||||||
<link rel="modulepreload" href="/assets/vendor.4bb909c3.js">
|
<link rel="modulepreload" href="/assets/vendor.c9d0e110.js">
|
||||||
<link rel="stylesheet" href="/assets/vendor.c31bc17e.css">
|
<link rel="stylesheet" href="/assets/vendor.c31bc17e.css">
|
||||||
<link rel="stylesheet" href="/assets/index.7ba6fc59.css">
|
<link rel="stylesheet" href="/assets/index.7ba6fc59.css">
|
||||||
</head>
|
</head>
|
||||||
|
@ -1 +1 @@
|
|||||||
2.8.0b5
|
2.8.0
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ except ImportError:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="gradio",
|
name="gradio",
|
||||||
version="2.8.0b5",
|
version="2.8.0",
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
description="Python library for easily interacting with trained machine learning models",
|
description="Python library for easily interacting with trained machine learning models",
|
||||||
author="Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq",
|
author="Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq",
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"description": "Gradio UI packages",
|
"description": "Gradio UI packages",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "pnpm dev --filter @gradio/app",
|
"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:check": "prettier --check --plugin-search-dir=. .",
|
||||||
"format:write": "prettier --write --plugin-search-dir=. .",
|
"format:write": "prettier --write --plugin-search-dir=. .",
|
||||||
"ts:check": "svelte-check --tsconfig tsconfig.json",
|
"ts:check": "svelte-check --tsconfig tsconfig.json",
|
||||||
|
Loading…
Reference in New Issue
Block a user