Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,17 @@ title = "BigGAN ImageNet"
|
|
| 4 |
interface = gr.Interface.load("huggingface/osanseviero/BigGAN-deep-128",
|
| 5 |
description=description,
|
| 6 |
title = title,
|
| 7 |
-
examples=[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
)
|
| 9 |
interface.launch()
|
|
|
|
| 4 |
interface = gr.Interface.load("huggingface/osanseviero/BigGAN-deep-128",
|
| 5 |
description=description,
|
| 6 |
title = title,
|
| 7 |
+
examples=[
|
| 8 |
+
["lighthouse"],
|
| 9 |
+
["eyeglasses"],
|
| 10 |
+
["stool"],
|
| 11 |
+
["window"],
|
| 12 |
+
["hand"],
|
| 13 |
+
["dice"],
|
| 14 |
+
["cloud"],
|
| 15 |
+
["gate"],
|
| 16 |
+
["cat"],
|
| 17 |
+
["toes"]
|
| 18 |
+
]
|
| 19 |
)
|
| 20 |
interface.launch()
|