Spaces:
Runtime error
Runtime error
Commit
·
4d8e560
1
Parent(s):
5a8bcb9
Update app.py
Browse files
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',
|