Spaces:
Runtime error
Runtime error
File size: 125 Bytes
4fe5752 |
1 2 3 4 5 |
@echo off
REM Optionally activate your virtual environment here, e.g., call venv\Scripts\activate
python gradio_app.py
pause
|