rynmurdock commited on
Commit
aeeead2
2 Parent(s): 211e953 f7bb266

Merge branch 'main' of https://huggingface.co/spaces/rynmurdock/generative_recsys

Browse files
Files changed (1) hide show
  1. app.py +4 -5
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('''# Blue Tigers
448
- ### Generative Recommenders for Exporation of Video
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 videos and then roam. </ div><br><br><br>
528
- <div style='text-align:center; font-size:14px'>Note that while the AnimateLCM model with NSFW filtering is unlikely to produce NSFW images, this may still occur, and users should avoid NSFW content when rating.
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>''')