Spaces:
Running
on
L40S
Running
on
L40S
Commit
·
6c5bbee
1
Parent(s):
6b8b667
interface
Browse files
app.py
CHANGED
@@ -317,11 +317,11 @@ document.body.addEventListener('click', function(event) {
|
|
317 |
</script>
|
318 |
'''
|
319 |
|
320 |
-
with gr.Blocks(head=js_head) as demo:
|
321 |
-
gr.Markdown('''#
|
322 |
### Generative Recommenders for Exporation of Possible Images
|
323 |
|
324 |
-
Explore the latent space without text prompts based on your preferences.
|
325 |
''', elem_id="description")
|
326 |
user_id = gr.State()
|
327 |
# calibration videos -- this is a misnomer now :D
|
|
|
317 |
</script>
|
318 |
'''
|
319 |
|
320 |
+
with gr.Blocks(css=css, head=js_head) as demo:
|
321 |
+
gr.Markdown('''# The Other Tiger
|
322 |
### Generative Recommenders for Exporation of Possible Images
|
323 |
|
324 |
+
Explore the latent space without text prompts based on your preferences. [rynmurdock.github.io](https://rynmurdock.github.io/).
|
325 |
''', elem_id="description")
|
326 |
user_id = gr.State()
|
327 |
# calibration videos -- this is a misnomer now :D
|