Spaces:
Configuration error
Configuration error
1. Create a virtual environment using python -m venv venv | |
2. Go to the venv using the command venv\Scripts\activate | |
3. Install the required packages | |
4. Train the model using python train.py | |
5. Use python app.py to check in localhost | |
title: Chatbot Deployment | |
emoji: 💬 | |
colorFrom: #FFD700 | |
colorTo: #FF8C00 | |
sdk: Flask | |
sdk_version: 2.0.0 | |
app_file: app.py | |
pinned: false | |