rynmurdock commited on
Commit
aaa4116
·
verified ·
1 Parent(s): 49ba956

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -402,6 +402,7 @@ with gr.Blocks(css=css, head=js_head) as demo:
402
  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/).
403
  ''', elem_id="description")
404
  user_id = gr.State(int(torch.randint(2**6, (1,))[0]))
 
405
  calibrate_prompts = gr.State([
406
  './first.mp4',
407
  './second.mp4',
 
402
  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/).
403
  ''', elem_id="description")
404
  user_id = gr.State(int(torch.randint(2**6, (1,))[0]))
405
+ print('USER_ID: ',user_id)
406
  calibrate_prompts = gr.State([
407
  './first.mp4',
408
  './second.mp4',