Spaces:
Runtime error
Runtime error
File size: 163 Bytes
276b8cf |
1 2 3 4 5 6 7 8 9 10 |
# Example docker-compose.yml for Gradio app
version: '3'
services:
gradio-app:
build: .
ports:
- "7860:7860"
environment:
- HF_API_TOKEN
|