third-eye / start_hidden.vbs
mitvho09's picture
Upload folder using huggingface_hub
031e3f9 verified
Raw
History Blame Contribute Delete
557 Bytes
Set WshShell = CreateObject("WScript.Shell")
WshShell.CurrentDirectory = "D:\Project\Hugging_face_app\A1-third-eye"
WshShell.Environment("Process")("PYTHONIOENCODING") = "utf-8"
WshShell.Environment("Process")("MODAL_TOKEN_ID") = "ak-X5D2gnIbKSr1DKxu5PUTFh"
WshShell.Environment("Process")("MODAL_TOKEN_SECRET") = "as-W6ISRUHw2vRUkoJquH3jH4"
WshShell.Environment("Process")("THIRD_EYE_MOCK") = "false"
WshShell.Environment("Process")("THIRD_EYE_PORT") = "8080"
WshShell.Run "cmd.exe /c python -u app.py > app_stdout.log 2> app_stderr.log", 0, False