Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/rynmurdock/generative_recsys
Browse files
app.py
CHANGED
|
@@ -444,8 +444,8 @@ document.body.addEventListener('click', function(event) {
|
|
| 444 |
'''
|
| 445 |
|
| 446 |
with gr.Blocks(css=css, head=js_head) as demo:
|
| 447 |
-
gr.Markdown('''#
|
| 448 |
-
### Generative Recommenders for Exporation of
|
| 449 |
|
| 450 |
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/).
|
| 451 |
''', elem_id="description")
|
|
@@ -524,9 +524,8 @@ Explore the latent space without text prompts based on your preferences. Learn m
|
|
| 524 |
[b1, b2, b3, b4, b5, b6, img, calibrate_prompts, user_id, ]
|
| 525 |
)
|
| 526 |
with gr.Row():
|
| 527 |
-
html = gr.HTML('''<div style='text-align:center; font-size:20px'>You will calibrate for several
|
| 528 |
-
|
| 529 |
-
</ div>
|
| 530 |
<br><br>
|
| 531 |
<div style='text-align:center; font-size:14px'>Thanks to @multimodalart for their contributions to the demo, esp. the interface and @maxbittker for feedback.
|
| 532 |
</ div>''')
|
|
|
|
| 444 |
'''
|
| 445 |
|
| 446 |
with gr.Blocks(css=css, head=js_head) as demo:
|
| 447 |
+
gr.Markdown('''# Zahir
|
| 448 |
+
### Generative Recommenders for Exporation of Possible Images
|
| 449 |
|
| 450 |
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/).
|
| 451 |
''', elem_id="description")
|
|
|
|
| 524 |
[b1, b2, b3, b4, b5, b6, img, calibrate_prompts, user_id, ]
|
| 525 |
)
|
| 526 |
with gr.Row():
|
| 527 |
+
html = gr.HTML('''<div style='text-align:center; font-size:20px'>You will calibrate for several images and then roam. </ div><br><br><br>
|
| 528 |
+
|
|
|
|
| 529 |
<br><br>
|
| 530 |
<div style='text-align:center; font-size:14px'>Thanks to @multimodalart for their contributions to the demo, esp. the interface and @maxbittker for feedback.
|
| 531 |
</ div>''')
|