Commit
·
bcfe0f0
1
Parent(s):
c44b4ce
more declauding
Browse files- documentation.html +1 -1
documentation.html
CHANGED
@@ -106,7 +106,7 @@
|
|
106 |
|
107 |
<div class="section">
|
108 |
<h2>what this is</h2>
|
109 |
-
<p>this API serves google's <a href="https://huggingface.co/google/magenta-realtime" target="_blank">magentaRT</a> in two distinct ways. first, as a backend for our iOS app (the untitled jamming app) where users create initial loops with stability ai's <a href="https://huggingface.co/stabilityai/stable-audio-open-small" target="_blank">stable-audio-open-small</a> and then MagentaRT
|
110 |
|
111 |
<p>both modes support switching between base models and custom fine-tunes hosted on Hugging Face. this is designed as a template space for duplication, letting you experiment with real-time music generation outside of google colab.</p>
|
112 |
|
|
|
106 |
|
107 |
<div class="section">
|
108 |
<h2>what this is</h2>
|
109 |
+
<p>this API serves google's <a href="https://huggingface.co/google/magenta-realtime" target="_blank">magentaRT</a> in two distinct ways. first, as a backend for our iOS app (the untitled jamming app) where users create initial loops with stability ai's <a href="https://huggingface.co/stabilityai/stable-audio-open-small" target="_blank">stable-audio-open-small</a> and then MagentaRT uses the combined audio as context. second, as a standalone web interface that connects directly to magentaRT via websockets without any audio context.</p>
|
110 |
|
111 |
<p>both modes support switching between base models and custom fine-tunes hosted on Hugging Face. this is designed as a template space for duplication, letting you experiment with real-time music generation outside of google colab.</p>
|
112 |
|