openfree commited on
Commit
ba85a2c
·
verified ·
1 Parent(s): 6d1b6ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -110,23 +110,23 @@ def infer(
110
 
111
  examples = [
112
  [
113
- "Studio Ghibli animation style, featuring whimsical characters with expressive eyes and fluid movements. Lush, detailed natural environments with ethereal lighting and soft color palettes of blues, greens, and warm earth tones. \"aged baby\"",
114
  "gh1.jpg",
115
  0.5
116
  ],
117
  [
118
- "Studio Ghibli animation style, featuring whimsical characters with expressive eyes and fluid movements. Lush, detailed natural environments with ethereal lighting and soft color palettes of blues, greens, and warm earth tones. \"aged baby\"",
119
  "gh2.jpg",
120
  0.5
121
  ],
122
  [
123
- "Studio Ghibli animation style, featuring whimsical characters with expressive eyes and fluid movements. Lush, detailed natural environments with ethereal lighting and soft color palettes of blues, greens, and warm earth tones. \"aged baby\"",
124
  "gh3.webp",
125
  0.5
126
  ],
127
  [
128
- "Studio Ghibli animation style, featuring whimsical characters with expressive eyes and fluid movements. Lush, detailed natural environments with ethereal lighting and soft color palettes of blues, greens, and warm earth tones. \"aged baby\"",
129
- "gh4.webp",
130
  0.5
131
  ],
132
  ]
 
110
 
111
  examples = [
112
  [
113
+ "dancing",
114
  "gh1.jpg",
115
  0.5
116
  ],
117
  [
118
+ "smile",
119
  "gh2.jpg",
120
  0.5
121
  ],
122
  [
123
+ "wow",
124
  "gh3.webp",
125
  0.5
126
  ],
127
  [
128
+ "suprise",
129
+ "gh4.jpg",
130
  0.5
131
  ],
132
  ]