gradio-canvas / README.md
Gabriel CHUA
update README
fd6d970

A newer version of the Gradio SDK is available: 5.4.0

Upgrade
metadata
title: Gradio Canvas πŸ€—
emoji: 🎨
colorFrom: red
colorTo: yellow
sdk: gradio
sdk_version: 5.1.0
app_file: app.py
pinned: false

Gradio Canvas πŸ€—

Gradio Canvas is a web application inspired by ChatGPT's Canvas. This project combines the capabilities of Fireworks AI and Instructor to create a seamless code generation experience.

Built with:

Getting Started

Prerequisites

  • Fireworks AI API key

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/gradio-canvas.git
    cd gradio-canvas
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    
  3. Set up your Fireworks AI API key as an environment variable:

    export FIREWORKS_API_KEY=your_api_key_here
    

Usage

Run the application:

gradio app.py