rynmurdock commited on
Commit
6c5bbee
·
1 Parent(s): 6b8b667
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -317,11 +317,11 @@ document.body.addEventListener('click', function(event) {
317
  </script>
318
  '''
319
 
320
- with gr.Blocks(head=js_head) as demo:
321
- gr.Markdown('''# Zahir
322
  ### Generative Recommenders for Exporation of Possible Images
323
 
324
- 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/).
325
  ''', elem_id="description")
326
  user_id = gr.State()
327
  # calibration videos -- this is a misnomer now :D
 
317
  </script>
318
  '''
319
 
320
+ with gr.Blocks(css=css, head=js_head) as demo:
321
+ gr.Markdown('''# The Other Tiger
322
  ### Generative Recommenders for Exporation of Possible Images
323
 
324
+ Explore the latent space without text prompts based on your preferences. [rynmurdock.github.io](https://rynmurdock.github.io/).
325
  ''', elem_id="description")
326
  user_id = gr.State()
327
  # calibration videos -- this is a misnomer now :D