CoolFace
Apppublic

aifrogsf/prompt_generation

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
2likes
App README

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

To run this file locally:

  1. 1.Install python
  2. 2.Create a virtual environment
python3 -m venv gradio-env
  1. 1.Activate the virtual environment
source gradio-env/bin/activate
  1. 1.Install the dependencies
pip install -r requirements.txt
  1. 1.Run the app
python3 app.py
  1. 1.Open a browser and go to http://127.0.0.1:7860
  2. 2.To deactivate the virtual environment
deactivate