symlink commited on
Commit
adcff5e
1 Parent(s): 2a57fb4
Files changed (2) hide show
  1. README.md +3 -1
  2. app.py +2 -2
README.md CHANGED
@@ -10,4 +10,6 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
10
  license: apache-2.0
11
  ---
12
 
13
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
+
15
+ just a test.
app.py CHANGED
@@ -39,7 +39,7 @@ def infer(prompt, negative_prompt, seed, randomize_seed, width, height, guidance
39
 
40
  examples = [
41
  "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
42
- "An astronaut riding a green horse",
43
  "A delicious ceviche cheesecake slice",
44
  ]
45
 
@@ -143,4 +143,4 @@ with gr.Blocks(css=css) as demo:
143
  outputs = [result]
144
  )
145
 
146
- demo.queue().launch()
 
39
 
40
  examples = [
41
  "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
42
+ "A dog named Kendrick riding a green horse",
43
  "A delicious ceviche cheesecake slice",
44
  ]
45
 
 
143
  outputs = [result]
144
  )
145
 
146
+ demo.queue().launch()