coding-llm-space / run_space.bat
girish00's picture
Upload folder using huggingface_hub
07a91a1 verified
raw
history blame contribute delete
114 Bytes
@echo off
setlocal
if exist .env (
for /f "usebackq delims=" %%a in (".env") do set "%%a"
)
python app.py