lixiang46 commited on
Commit
9e63d68
1 Parent(s): dcbae16

add example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def infer(prompt, negative_prompt, seed, randomize_seed, width, height, guidance
39
 
40
  examples = [
41
  ["穿着黑色T恤衫,上面中文绿色大字写着“可图”", "image/test_ip.jpg", 0.5],
42
- ["一只可爱的小狗在奔跑", "image/test_ip2.jpg", 0.5]
43
  ]
44
 
45
  if torch.cuda.is_available():
 
39
 
40
  examples = [
41
  ["穿着黑色T恤衫,上面中文绿色大字写着“可图”", "image/test_ip.jpg", 0.5],
42
+ ["一只可爱的小狗在奔跑", "image/test_ip2.png", 0.5]
43
  ]
44
 
45
  if torch.cuda.is_available():