Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -443,7 +443,7 @@ document.body.addEventListener('click', function(event) {
|
|
| 443 |
'''
|
| 444 |
|
| 445 |
with gr.Blocks(css=css, head=js_head) as demo:
|
| 446 |
-
gr.Markdown('''#
|
| 447 |
### Generative Recommenders for Exporation of Video
|
| 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/).
|
|
@@ -518,9 +518,8 @@ Explore the latent space without text prompts based on your preferences. Learn m
|
|
| 518 |
[b1, b2, b3, b4, b5, b6, img, calibrate_prompts, user_id, ]
|
| 519 |
)
|
| 520 |
with gr.Row():
|
| 521 |
-
html = gr.HTML('''<div style='text-align:center; font-size:20px'>You will calibrate for several
|
| 522 |
-
|
| 523 |
-
</ div>
|
| 524 |
<br><br>
|
| 525 |
<div style='text-align:center; font-size:14px'>Thanks to @multimodalart for their contributions to the demo, esp. the interface and @maxbittker for feedback.
|
| 526 |
</ div>''')
|
|
|
|
| 443 |
'''
|
| 444 |
|
| 445 |
with gr.Blocks(css=css, head=js_head) as demo:
|
| 446 |
+
gr.Markdown('''# Zahir
|
| 447 |
### Generative Recommenders for Exporation of Video
|
| 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/).
|
|
|
|
| 518 |
[b1, b2, b3, b4, b5, b6, img, calibrate_prompts, user_id, ]
|
| 519 |
)
|
| 520 |
with gr.Row():
|
| 521 |
+
html = gr.HTML('''<div style='text-align:center; font-size:20px'>You will calibrate for several images and then roam. </ div><br><br><br>
|
| 522 |
+
|
|
|
|
| 523 |
<br><br>
|
| 524 |
<div style='text-align:center; font-size:14px'>Thanks to @multimodalart for their contributions to the demo, esp. the interface and @maxbittker for feedback.
|
| 525 |
</ div>''')
|