mirror of
https://github.com/sean1832/GPT-Brain
synced 2024-11-18 21:25:53 +00:00
5 lines
110 B
Batchfile
5 lines
110 B
Batchfile
@echo off
|
|
echo Activating Virtural environment...
|
|
call .\venv\Scripts\activate
|
|
|
|
streamlit run Seanium_Brain.py |