mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-18 10:44:33 +08:00
updated PyPi version to 2.8.0
This commit is contained in:
parent
f24df84771
commit
e92e401edd
@ -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
|
||||
|
@ -1 +1 @@
|
||||
2.8.0b6
|
||||
2.8.0
|
2
setup.py
2
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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user