https://github.com/radames/gradio-feeback-component
https://github.com/radames/gradio-feeback-component
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/radames/gradio-feeback-component
- Owner: radames
- Created: 2023-06-05T22:54:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T17:57:18.000Z (about 3 years ago)
- Last Synced: 2025-03-24T10:51:32.205Z (over 1 year ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)