Spaces:
Runtime error
Runtime error
File size: 202 Bytes
6ac5bee |
1 2 3 4 5 6 7 8 9 10 11 12 |
version: '3.9'
services:
app:
build:
context: .
environment:
- GRADIO_SERVER_PORT=7860
- GRADIO_SERVER_NAME=0.0.0.0
restart: unless-stopped
ports:
- 7860:7860
|