ammarkids / README.md
darsoarafa's picture
Update README.md
c39f2eb verified

A newer version of the Gradio SDK is available: 6.5.1

Upgrade
metadata
title: Ammarkids Photoshoots
emoji: ๐Ÿ‘•
colorFrom: purple
colorTo: gray
sdk: gradio
sdk_version: 5.9.1
app_file: app.py
license: apache-2.0
disable_embedding: true
pinned: true

Simple Virtual Try-On App using FASHN AI & Gradio

This repository implements a simple virtual try-on app that uses the Gradio framework and the FASHN API as its backend.

app screenshot

Sign Up to FASHN

This repository requires an API key from a FASHN account. Don't have an account yet? Create an account.

If you already have an account, go to Settings โ†’ API โ†’ + Create new API key

Setup

  1. Clone this repository:
git clone https://github.com/fashn-AI/tryon-gradio-app
cd tryon-gradio-app
  1. Install the required packages:
pip install -r requirements.txt

Helpful Guides and Documentation

To get the most out of the FASHN API, we recommend to read the following guides to better understand all node features and parameters:

  1. FASHN Features Guide: Part I (Model & Garment Controls)
  2. FASHN Features Guide: Part II (Sampling Controls)

You can also review the official API Docs for a concise summary of each of the parameters function and usage.