prompt_generation / README.md
Anastasia Zimina
adding files
363710c

A newer version of the Gradio SDK is available: 5.23.3

Upgrade
metadata
title: Prompt Generation
emoji: πŸŒ–
colorFrom: gray
colorTo: green
sdk: gradio
sdk_version: 4.24.0
app_file: app.py
pinned: false
license: apache-2.0

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

To run this file locally:

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