5m4ck3r commited on
Commit
ac3d055
·
verified ·
1 Parent(s): 1af62f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -94,9 +94,9 @@ def infer(prompt, seed=42, randomize_seed=True, width=1024, height=1024, num_inf
94
  return temp_file_path, seed
95
 
96
  examples = [
97
- "a tiny astronaut hatching from an egg on the moon",
98
- "a cat holding a sign that says hello world",
99
- "an anime illustration of a wiener schnitzel",
100
  ]
101
 
102
  with gr.Blocks() as demo:
 
94
  return temp_file_path, seed
95
 
96
  examples = [
97
+ "A girl and a boy dancing in the forest",
98
+ "Tiny cat in a space suite in the moon",
99
+ "an anime illustration of girl holding book in her hand in a library",
100
  ]
101
 
102
  with gr.Blocks() as demo: