Spaces:
Runtime error
Runtime error
Commit
Β·
a6f876f
1
Parent(s):
270829d
Add more examples in different languages
Browse files
app.py
CHANGED
@@ -179,18 +179,33 @@ block = gr.Blocks(css=css)
|
|
179 |
examples = [
|
180 |
[
|
181 |
'Una casa en la playa en un atardecer lluvioso',
|
182 |
-
7.5,
|
183 |
45,
|
|
|
184 |
],
|
185 |
[
|
186 |
'Ein Hund, der Orange isst',
|
187 |
-
7.5,
|
188 |
45,
|
|
|
189 |
],
|
190 |
[
|
191 |
"Photo d'un restaurant parisien",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
7.5,
|
|
|
|
|
|
|
193 |
45,
|
|
|
194 |
],
|
195 |
]
|
196 |
|
|
|
179 |
examples = [
|
180 |
[
|
181 |
'Una casa en la playa en un atardecer lluvioso',
|
|
|
182 |
45,
|
183 |
+
7.5,
|
184 |
],
|
185 |
[
|
186 |
'Ein Hund, der Orange isst',
|
|
|
187 |
45,
|
188 |
+
7.5,
|
189 |
],
|
190 |
[
|
191 |
"Photo d'un restaurant parisien",
|
192 |
+
45,
|
193 |
+
7.5,
|
194 |
+
],
|
195 |
+
[
|
196 |
+
"ΰ°ͺΰ°Έΰ°Ώΰ°ͺΰ°Ύΰ°ͺ ΰ°ͺΰ°Ύΰ°² ΰ°ΰ±ΰ°Έΰ° ΰ°ΰ°‘ΰ±ΰ°Έΰ±ΰ°€ΰ±ΰ°ΰ°¦ΰ°Ώ",
|
197 |
+
45,
|
198 |
+
7.5,
|
199 |
+
],
|
200 |
+
[
|
201 |
+
"Vai JΕ«s vΔlaties dejot?",
|
202 |
+
45,
|
203 |
7.5,
|
204 |
+
],
|
205 |
+
[
|
206 |
+
"Ψͺ Ψ§ΩΨ± Ψ¨ΩΫΩ Ϋ ΩΨ§Ψ¦Ϋ",
|
207 |
45,
|
208 |
+
7.5,
|
209 |
],
|
210 |
]
|
211 |
|