nevreal commited on
Commit
4250bfc
·
verified ·
1 Parent(s): 2893884

some stuff

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 "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
  )
 
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
  )