Skip to content

Commit

Permalink
Update launch_win.bat
Browse files Browse the repository at this point in the history
Importing libraries
  • Loading branch information
bropines committed Oct 28, 2024
1 parent cccd65a commit 9f2c3bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions launch_win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ cd %~dp0

@echo off

:: Set the path for PaddleOCR and PyTorch libraries
set "PADDLE_PATH=%~dp0ballontrans_pylibs_win\Lib\site-packages\torch\lib"
set "PATH=%PADDLE_PATH%;%PATH%"

@REM if not defined PYTHON (set PATH=pylibs;pylibs\Scripts;%%PATH%%
set PATH=ballontrans_pylibs_win;ballontrans_pylibs_win\Scripts;PortableGit\cmd;%PATH%
Expand Down

0 comments on commit 9f2c3bf

Please sign in to comment.