add gradio web ui
Browse files
README.md
CHANGED
@@ -28,6 +28,12 @@ Read about it at https://www.riffusion.com/about and try it at https://www.riffu
|
|
28 |
* Inference server: https://github.com/hmartiro/riffusion-inference
|
29 |
* Model checkpoint: https://huggingface.co/riffusion/riffusion-model-v1
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
This repository contains the model files, including:
|
32 |
|
33 |
* a diffusers formated library
|
|
|
28 |
* Inference server: https://github.com/hmartiro/riffusion-inference
|
29 |
* Model checkpoint: https://huggingface.co/riffusion/riffusion-model-v1
|
30 |
|
31 |
+
### Gradio
|
32 |
+
|
33 |
+
We support a [Gradio](https://github.com/gradio-app/gradio) Web UI to run riffusion-model-v1:
|
34 |
+
[![Open In Spaces](https://camo.githubusercontent.com/00380c35e60d6b04be65d3d94a58332be5cc93779f630bcdfc18ab9a3a7d3388/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f25463025394625413425393725323048756767696e67253230466163652d5370616365732d626c7565)](https://huggingface.co/spaces/fffiloni/spectrogram-to-music)
|
35 |
+
|
36 |
+
|
37 |
This repository contains the model files, including:
|
38 |
|
39 |
* a diffusers formated library
|