Spaces:
Runtime error
Runtime error
File size: 354 Bytes
96a945a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | app = "colorization-study"
primary_region = "sin"
[build]
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = "stop"
auto_start_machines = true
min_machines_running = 0
[[vm]]
memory = "512mb"
cpu_kind = "shared"
cpus = 1
[mounts]
source = "colorization_data"
destination = "/app/data"
|