pablovela5620 commited on
Commit
34ada5e
1 Parent(s): 1895a6b

Upload gradio_app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. gradio_app.py +4 -0
gradio_app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from sam2_depthanything.gradio_ui.sam_ui import demo
2
+
3
+ if __name__ == "__main__":
4
+ demo.launch()