Spaces:
Sleeping
Sleeping
some stuff
Browse files
app.py
CHANGED
@@ -32,9 +32,9 @@ with gr.Blocks() as demo:
|
|
32 |
# Add examples
|
33 |
examples = gr.Examples(
|
34 |
examples=[
|
35 |
-
"a vintage ad with a woman wearing a VR headset with an apple logo and laughing, vtgads; it reads
|
36 |
-
"a vintage ad of Twitter, the twitter bird with a speech baloon that reads
|
37 |
-
"a vintage ad of neuralink, a person with a brain computer implant, vtgads; it reads
|
38 |
],
|
39 |
inputs=prompt,
|
40 |
)
|
|
|
32 |
# Add examples
|
33 |
examples = gr.Examples(
|
34 |
examples=[
|
35 |
+
"a vintage ad with a woman wearing a VR headset with an apple logo and laughing, vtgads; it reads 'Vision Pro' on the top and 'escape the real world' in the bottom",
|
36 |
+
"a vintage ad of Twitter, the twitter bird with a speech baloon that reads 'I will never be X'",
|
37 |
+
"a vintage ad of neuralink, a person with a brain computer implant, vtgads; it reads 'neuralink' on the top and 'if you can't defeat the AI, join it!'"
|
38 |
],
|
39 |
inputs=prompt,
|
40 |
)
|