rynmurdock commited on
Commit
b9bbb37
·
verified ·
1 Parent(s): a436eb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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('''# Blue Tigers
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 videos and then roam. </ div><br><br><br>
522
- <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.
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>''')