rynmurdock commited on
Commit
f7bb266
1 Parent(s): b9bbb37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -444,7 +444,7 @@ document.body.addEventListener('click', function(event) {
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/).
450
  ''', elem_id="description")
 
444
 
445
  with gr.Blocks(css=css, head=js_head) as demo:
446
  gr.Markdown('''# Zahir
447
+ ### Generative Recommenders for Exporation of Possible Images
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/).
450
  ''', elem_id="description")