From 89f39461554fa9de52008e6a19b9370ec689faf5 Mon Sep 17 00:00:00 2001 From: Hayk Martiros Date: Tue, 27 Dec 2022 08:30:19 -0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac7202e..ae06a7b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # :guitar: Riffusion +CI status +Python 3.9 | 3.10 +MIT License + Riffusion is a library for real-time music and audio generation with stable diffusion. Read about it at https://www.riffusion.com/about and try it at https://www.riffusion.com/. @@ -117,8 +121,7 @@ python -m riffusion.cli image-to-audio --image spectrogram_image.png --audio cli ## Riffusion Playground -Riffusion also has a [streamlit](https://streamlit.io/) app for interactive use and exploration. -This app is called the Riffusion Playground. +Riffusion contains a [streamlit](https://streamlit.io/) app for interactive use and exploration. Run with: ``` @@ -127,6 +130,8 @@ python -m streamlit run riffusion/streamlit/playground.py --browser.serverAddres And access at http://127.0.0.1:8501/ +Riffusion Playground + ## Run the model server Riffusion can be run as a flask server that provides inference via API. This server enables the [web app](https://github.com/riffusion/riffusion-app) to run locally.