folietechnique / README.md
jerpint's picture
change name
3cbd092

A newer version of the Gradio SDK is available: 5.6.0

Upgrade
metadata
title: FolieTechnique
sdk: gradio
app_file: hackaprompt/gradio_app.py

Installation

Create a python environment with python>=3.9, then:

cd ~/hackaprompt
pip install -e .

Gradio App

To run the gradio app:

cd ~/hackaprompt/hackprompt && gradio gradio_app.py

Secrets

OpenAI

A valid OpenAI api key should be set as an env. variable:

export OPENAI_API_KEY=sk-...