DocResearch / package.json
wangxingjun778's picture
init doc research
03e6f63
raw
history blame contribute delete
309 Bytes
{
"name": "gradio-research-app",
"version": "1.0.0",
"description": "Gradio研究工作流应用",
"main": "app.py",
"scripts": {
"dev": "python app.py",
"install": "pip install -r requirements.txt"
},
"keywords": ["gradio", "research", "workflow"],
"author": "",
"license": "MIT"
}