ginipick commited on
Commit
3ce2990
·
verified ·
1 Parent(s): d2133f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -10
app.py CHANGED
@@ -110,10 +110,15 @@ def infer(
110
 
111
  examples = [
112
  [
113
- "dancing",
114
- "gh1.jpg",
115
  0.5
116
  ],
 
 
 
 
 
117
  [
118
  "studio ghibli style",
119
  "gh2.jpg",
@@ -129,15 +134,11 @@ examples = [
129
  "gh4.jpg",
130
  0.5
131
  ],
 
132
  [
133
- "studio ghibli style",
134
- "gh0.webp",
135
- 0.5
136
- ],
137
- [
138
- "studio ghibli style",
139
- "gh5.jpg",
140
- 0.5
141
  ],
142
  ]
143
 
 
110
 
111
  examples = [
112
  [
113
+ "studio ghibli style",
114
+ "gh0.webp",
115
  0.5
116
  ],
117
+ [
118
+ "studio ghibli style",
119
+ "gh5.jpg",
120
+ 0.5
121
+ ],
122
  [
123
  "studio ghibli style",
124
  "gh2.jpg",
 
134
  "gh4.jpg",
135
  0.5
136
  ],
137
+
138
  [
139
+ "sunglass",
140
+ "gh1.jpg",
141
+ 0.95
 
 
 
 
 
142
  ],
143
  ]
144