Spaces:
Runtime error
Runtime error
Commit
·
17b070e
1
Parent(s):
a1398d0
Update app.py
Browse files
app.py
CHANGED
@@ -323,6 +323,28 @@ with gr.Blocks() as demo:
|
|
323 |
"LuckiestGuy-Regular",
|
324 |
500
|
325 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
326 |
]
|
327 |
demo.queue(max_size=10, concurrency_count=2)
|
328 |
gr.Examples(examples=examples,
|
|
|
323 |
"LuckiestGuy-Regular",
|
324 |
500
|
325 |
],
|
326 |
+
[
|
327 |
+
"horse",
|
328 |
+
"horse",
|
329 |
+
"h",
|
330 |
+
"IndieFlower-Regular",
|
331 |
+
500
|
332 |
+
],
|
333 |
+
[
|
334 |
+
"LEAVES",
|
335 |
+
"NATURE",
|
336 |
+
"T",
|
337 |
+
"HobeauxRococeaux-Sherman",
|
338 |
+
500
|
339 |
+
],
|
340 |
+
[
|
341 |
+
"STRAWBERRY",
|
342 |
+
"FRUITS",
|
343 |
+
"R",
|
344 |
+
"HobeauxRococeaux-Sherman",
|
345 |
+
500
|
346 |
+
],
|
347 |
+
|
348 |
]
|
349 |
demo.queue(max_size=10, concurrency_count=2)
|
350 |
gr.Examples(examples=examples,
|