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 15 |
|
server ¶
server() -> None
🌐 Run DepthFlow's [bold green]API Server[/]
Source code in Projects/DepthFlow/DepthFlow/__main__.py
17 18 19 20 21 |
|
main ¶
main() -> None
Source code in Projects/DepthFlow/DepthFlow/__main__.py
23 24 25 26 27 28 29 |
|