Spaces:
Sleeping
Sleeping
rynmurdock
commited on
Commit
·
cf29a1f
1
Parent(s):
30c9e92
Update app.py
Browse files
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(str(time.time())[
|
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(str(time.time())[-7:].replace('.', '')))
|
417 |
print('USER_ID: ',user_id)
|
418 |
calibrate_prompts = gr.State([
|
419 |
'./first.mp4',
|