materials-ai-app / run_gradio.cmd
mgbam's picture
Add application file
4fe5752
raw
history blame contribute delete
125 Bytes
@echo off
REM Optionally activate your virtual environment here, e.g., call venv\Scripts\activate
python gradio_app.py
pause