1 Star 0 Fork 7

sunnf/gradio

forked from Gitee 极速下载/gradio 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build_pypi.sh 551 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
set -e
cd "$(dirname ${0})"
# You should update the version in package.json before running this script
FILE="gradio/package.json"
new_version=$(python -c "import json; f = open('$FILE', 'r'); data = json.load(f); print(data['version']); f.close();")
GRADIO_VERSION=$new_version
rm -rf gradio/templates/frontend
pnpm i --frozen-lockfile --ignore-scripts
GRADIO_VERSION=$new_version pnpm build
aws s3 cp gradio/templates/frontend "s3://gradio/${new_version}/" --recursive --region us-west-2
rm -rf dist/*
rm -rf build/*
python3 -m build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/sunnf8888/gradio.git
git@gitee.com:sunnf8888/gradio.git
sunnf8888
gradio
gradio
main

搜索帮助