Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -444,7 +444,7 @@ document.body.addEventListener('click', function(event) {
|
|
| 444 |
|
| 445 |
with gr.Blocks(css=css, head=js_head) as demo:
|
| 446 |
gr.Markdown('''# Zahir
|
| 447 |
-
### Generative Recommenders for Exporation of
|
| 448 |
|
| 449 |
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/).
|
| 450 |
''', elem_id="description")
|
|
|
|
| 444 |
|
| 445 |
with gr.Blocks(css=css, head=js_head) as demo:
|
| 446 |
gr.Markdown('''# Zahir
|
| 447 |
+
### Generative Recommenders for Exporation of Possible Images
|
| 448 |
|
| 449 |
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/).
|
| 450 |
''', elem_id="description")
|