AiAi0 / package.json
acecalisto3's picture
Upload 3 files
8058749 verified
raw
history blame
No virus
304 Bytes
{
"name": "huggingface-spaces-app",
"version": "1.0.0",
"description": "Containerized Hugging Face Spaces app using RAG model",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Your Name",
"dependencies": {
"express": "^4.17.1",
"gradio": "^2.2.6"
}
}