carmelog's picture
feat: e2s demo with FCN on HF ZeroGPU
ea828c3
raw
history blame
287 Bytes
# Pin torch to version required by earth2studio (>=2.5.0) that's also in ZeroGPU supported list
# earth2studio 0.9.0+ requires torch>=2.5.0, and ZeroGPU docs list 2.5.1 as supported
torch==2.5.1
# Other dependencies
gradio>=4.0.0
spaces
earth2studio[fcn]>=0.9.0
numpy>=2.0.0
zarr
pillow