depthapi / serve_modal.py
nev's picture
Ininitial commit
3fce28b
raw
history blame contribute delete
90 Bytes
import modal
stub = modal.Stub()
@stub.function()
def estimate_depth(image):
pass