aifrogsf/prompt_generation
2
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
To run this file locally:
- Install python
- Create a virtual environment
python3 -m venv gradio-env- Activate the virtual environment
source gradio-env/bin/activate- Install the dependencies
pip install -r requirements.txt- Run the app
python3 app.py- Open a browser and go to http://127.0.0.1:7860
- To deactivate the virtual environment
deactivate