Spaces:
Runtime error
Runtime error
update app.py
Browse files
app.py
CHANGED
|
@@ -171,12 +171,12 @@ with gr.Blocks(css=".gradio-container {background:honeydew;}", title="WideResNet
|
|
| 171 |
send_btn = gr.Button("Infer")
|
| 172 |
|
| 173 |
with gr.Row():
|
| 174 |
-
gr.Examples(['./examples/cifar10_test00.png'], label='dog', inputs=input_image)
|
| 175 |
gr.Examples(['./examples/cifar10_test01.png'], label='ship', inputs=input_image)
|
| 176 |
-
gr.Examples(['./examples/cifar10_test02.png'], label='', inputs=input_image)
|
| 177 |
-
gr.Examples(['./examples/cifar10_test03.png'], label='', inputs=input_image)
|
| 178 |
-
gr.Examples(['./examples/cifar10_test04.png'], label='', inputs=input_image)
|
| 179 |
-
gr.Examples(['./examples/cifar10_test05.png'], label='', inputs=input_image)
|
| 180 |
|
| 181 |
#gr.Examples(example_files, inputs=input_image)
|
| 182 |
#gr.Examples(['examples/sample02.png', 'examples/sample04.png'], inputs=input_image2)
|
|
|
|
| 171 |
send_btn = gr.Button("Infer")
|
| 172 |
|
| 173 |
with gr.Row():
|
| 174 |
+
gr.Examples(['./examples/cifar10_test00.png'], label='Sample images : dog', inputs=input_image)
|
| 175 |
gr.Examples(['./examples/cifar10_test01.png'], label='ship', inputs=input_image)
|
| 176 |
+
gr.Examples(['./examples/cifar10_test02.png'], label='airplane', inputs=input_image)
|
| 177 |
+
gr.Examples(['./examples/cifar10_test03.png'], label='frog', inputs=input_image)
|
| 178 |
+
gr.Examples(['./examples/cifar10_test04.png'], label='truck', inputs=input_image)
|
| 179 |
+
gr.Examples(['./examples/cifar10_test05.png'], label='automobile', inputs=input_image)
|
| 180 |
|
| 181 |
#gr.Examples(example_files, inputs=input_image)
|
| 182 |
#gr.Examples(['examples/sample02.png', 'examples/sample04.png'], inputs=input_image2)
|