Spaces:
Running
on
A10G
Running
on
A10G
rynmurdock
commited on
Commit
•
20072ce
1
Parent(s):
ecec1ba
Update app.py
Browse files
app.py
CHANGED
@@ -210,8 +210,8 @@ document.body.addEventListener('click', function(event) {
|
|
210 |
'''
|
211 |
|
212 |
with gr.Blocks(css=css, head=js_head) as demo:
|
213 |
-
gr.Markdown('''
|
214 |
-
Explore the latent space without text prompts, based on your preferences.
|
215 |
''', elem_id="description")
|
216 |
embs = gr.State([])
|
217 |
ys = gr.State([])
|
|
|
210 |
'''
|
211 |
|
212 |
with gr.Blocks(css=css, head=js_head) as demo:
|
213 |
+
gr.Markdown('''### Zahir: Generative Recommenders for Unprompted Scalable Exploration
|
214 |
+
Explore the latent space without text prompts, based on your preferences. Learn more on [the write-up](https://rynmurdock.github.io/posts/2024/3/generative_recomenders/).
|
215 |
''', elem_id="description")
|
216 |
embs = gr.State([])
|
217 |
ys = gr.State([])
|