File: DepthFlow/__main__.py
¶
DepthFlow.__main__ ¶
depthflow ¶
depthflow() -> None
🚀 Run DepthFlow's [bold green]Command line interface[/]
Source code in Projects/DepthFlow/DepthFlow/__main__.py
6 7 8 9 |
|
gradio ¶
gradio() -> None
🎓 Run DepthFlow's [bold green]Gradio user interface[/]
Source code in Projects/DepthFlow/DepthFlow/__main__.py
11 12 13 14 |
|
server ¶
server() -> None
🌐 Run DepthFlow's [bold green]API Server[/]
Source code in Projects/DepthFlow/DepthFlow/__main__.py
16 17 18 19 |
|
main ¶
main() -> None
Source code in Projects/DepthFlow/DepthFlow/__main__.py
21 22 23 24 25 26 27 |
|