An open API service indexing awesome lists of open source software.

https://github.com/radames/gradio-feeback-component


https://github.com/radames/gradio-feeback-component

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Simple Gradio Custom Feedback Component

This is a custom Svelte component for [Gradio](https://gradio.app) that works alongside this [Gradio demo app](https://github.com/radames/UserControllableLT/blob/gradio-app/interface/app.py) for UserControllableLT.

Live demo [here](https://huggingface.co/spaces/radames/UserControllable-Latent-Transformer)

## How to Test

```bash
npm run dev
```

## How to Build

```bash
npm run build
```

After building your custom component will be in the `dist` folder. The single `index.js` can now be used as a custom component in Gradio read more about how to use on your Gradio app [here](custom_gradio_component.md)