Add a barebones interrogate API

This commit is contained in:
Roy Shilkrot
2022-10-27 15:20:15 -04:00
parent 737eb28fac
commit bdc9083798
4 changed files with 45 additions and 7 deletions

View File

@@ -198,7 +198,7 @@ def prepare_enviroment():
def start_webui():
print(f"Launching Web UI with arguments: {' '.join(sys.argv[1:])}")
import webui
webui.webui()
webui.webui_or_api()
if __name__ == "__main__":