Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.23.3
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:
- 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