Spaces:
Running
Running
A newer version of the Gradio SDK is available:
6.5.1
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.
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
- Clone this repository:
git clone https://github.com/fashn-AI/tryon-gradio-app
cd tryon-gradio-app
- 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:
- FASHN Features Guide: Part I (Model & Garment Controls)
- 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.