ohayonguy
commited on
Commit
·
a775d21
1
Parent(s):
81ba96a
improved interface
Browse files
app.py
CHANGED
|
@@ -280,12 +280,12 @@ demo = gr.Interface(
|
|
| 280 |
description=intro,
|
| 281 |
article=article,
|
| 282 |
examples=[
|
| 283 |
-
[
|
| 284 |
-
[
|
| 285 |
-
[
|
| 286 |
-
[
|
| 287 |
-
[
|
| 288 |
-
[
|
| 289 |
],
|
| 290 |
theme=gr.themes.Soft(),
|
| 291 |
)
|
|
|
|
| 280 |
description=intro,
|
| 281 |
article=article,
|
| 282 |
examples=[
|
| 283 |
+
["examples/01.png", 42, False, False, 1, 25],
|
| 284 |
+
["examples/03.jpg", 42, False, False, 2, 25],
|
| 285 |
+
["examples/00000055.png", 42, False, True, 1, 25],
|
| 286 |
+
["examples/00000085.png", 42, False, True, 1, 25],
|
| 287 |
+
["examples/00000113.png", 42, False, True, 1, 25],
|
| 288 |
+
["examples/00000137.png", 42, False, True, 1, 25],
|
| 289 |
],
|
| 290 |
theme=gr.themes.Soft(),
|
| 291 |
)
|