Spaces:
Sleeping
Sleeping
File size: 183 Bytes
480acdd |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
version: "3"
services:
backend:
build: .
container_name: server
command: gradio app.py
ports:
- "7860:7860"
- "7861:7861"
volumes:
- ./:/app/
|