Spaces:
Running
Running
File size: 309 Bytes
03e6f63 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{
"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"
}
|