rynmurdock commited on
Commit
0bc0f92
·
1 Parent(s): 061a8e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -413,7 +413,7 @@ with gr.Blocks(css=css, head=js_head) as demo:
413
 
414
  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/).
415
  ''', elem_id="description")
416
- user_id = gr.State(int(uuid.uuid4().int) & (1<<32)-1)
417
  print('USER_ID: ',user_id)
418
  calibrate_prompts = gr.State([
419
  './first.mp4',
 
413
 
414
  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/).
415
  ''', elem_id="description")
416
+ user_id = gr.State(int(time.time()))
417
  print('USER_ID: ',user_id)
418
  calibrate_prompts = gr.State([
419
  './first.mp4',