@echo off CALL env\Scripts\activate python app.py --inbrowser REM List of possible arguments REM --inbrowser Automatically open the url in browser, if --share is used, the public url will be automatically open instead REM --server_port Choose a specific server port, default=7860 (example --server_port 420 so the local url will be: http://127.0.0.1:420) REM --share Creates a public URL