vBot-2.1 / huggingface.yml
Ajit Panday
Add application files for Hugging Face Spaces
60ed731
raw
history blame contribute delete
148 Bytes
image: python:3.9
pip:
- requirements.txt
run: |
chmod +x start.sh
./start.sh
sdk: gradio
app_file: app.py
requirements:
- requirements.txt