remixreal-jared / README.md
socasanta's picture
Upload folder using huggingface_hub
6058de2 verified

A newer version of the Gradio SDK is available: 6.13.0

Upgrade
metadata
title: remixreal-jared
app_file: app.py
sdk: gradio
sdk_version: 3.42.0

Introduction

J.A.R.E.D - Jared Assists Richard Every Day

Developer Setup

1. Install miniconda

2. Create and open conda environment

conda create -n "jared" Python=3.10
conda activate "jared"

3. Install packages

conda install -c conda-forge jupyterlab
pip install python-dotenv
pip install --upgrade gradio
pip install openai
conda install -c conda-forge ipywidgets

Running it

python app.py

Deploying it

gradio deploy

Target remixreal-jared Hugging Face Space.