sam2-depthanything / gradio_app.py
pablovela5620's picture
Upload gradio_app.py with huggingface_hub
34ada5e verified
raw
history blame contribute delete
99 Bytes
from sam2_depthanything.gradio_ui.sam_ui import demo
if __name__ == "__main__":
demo.launch()