ginipick commited on
Commit
7699bcc
·
verified ·
1 Parent(s): 18c2419

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +24 -0
app.py CHANGED
@@ -38,6 +38,30 @@ if not path.exists(gallery_path):
38
 
39
  # 샘플 이미지와 프롬프트 정의
40
  SAMPLE_IMAGES = {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  "3d1.webp": "the most famous hero according to Zhou Qi"
42
  }
43
 
 
38
 
39
  # 샘플 이미지와 프롬프트 정의
40
  SAMPLE_IMAGES = {
41
+
42
+ "3d2.webp": "the most famous hero according to Yuri Milner ",
43
+ "3d3.webp": "purple nest ",
44
+ "3d4.webp": "Timothy's sabbath ",
45
+ "3d5.webp": " A schoolboy friend of Julián Carax, fun-loving and loyal ",
46
+ "3d6.webp": "Friend of Daniel and his father ",
47
+ "3d7.webp": "WHERE ships of purple gently toss On seas of daffodil ",
48
+ "3d8.webp": "Beat the drums of tragedy for me, And let the white violins whir thin and slow ",
49
+ "3d9.webp": "And let the choir sing a stormy song To drown the rattle of my dying breath. ",
50
+ "3d10.webp": "Beat the drums of tragedy and death ",
51
+ "3d11.webp": "Beat the drums of tragedy for me. ",
52
+ "3d12.webp": "Touching the infinite, else far and untrod, With oracles divine that speak of God. ",
53
+ "3d13.webp": "Night, standing on her starry pulpit, free, Utters them in the dread, the silver roll Of spheres, woods, winds and waves, alternately ",
54
+ "3d14.webp": "On sermons deep, fit time to feast the soul. ",
55
+ "3d15.webp": "The bee is cradled in the bud; and far, Cold glittering lights, the azure curtain, throng— Planet on beaming planet, star on star. ",
56
+ "3d16.webp": "The lark's sweet pipe has ceased its latest song ",
57
+ "3d17.webp": "the snake was a roaming dog ",
58
+ "3d18.webp": "Antonio Battistella portraying Father of Giulia ",
59
+ "3d19.webp": "So straight to her father the brisk young lady went, And said, grant me one favour, do give your consent ",
60
+ "3d20.webp": "Before that we are marry’d let me your father see, All fear is, now" miscarry’d, my heart is full of glee ",
61
+ "3d21.webp": "My heart you now have gained, you are all I prize, So make yourself contented, pray be satisfied. ",
62
+ "3d22.webp": "O pray what is the favour that of me you crave? If it lies in my power you the same shall have ",
63
+ "3d23.webp": "Could I but see your father, and my mind reveal, I have both gold and silver, and houses at my will ",
64
+
65
  "3d1.webp": "the most famous hero according to Zhou Qi"
66
  }
67