Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 551 Bytes

File metadata and controls

27 lines (17 loc) · 551 Bytes

How to Run

  1. Run the application:

python app.py

  1. Open the following URL in your browser:

http://127.0.0.1:7860/

How to Run on Windows (CMD)

Follow the commands below to download the repository, install dependencies, and run the application:

git clone https://github.com/CyberScienceLab/tabletop.git
cd tabletop
python -m venv .venv
.\.venv\Scripts\activate.bat
pip install -r requirements.txt
python app.py

Before running the application, set your API key in the .env file, for example: OPENAI_API_KEY=your_api_key_here