Spaces:
Runtime error
Runtime error
update app.py
Browse files
app.py
CHANGED
|
@@ -171,7 +171,7 @@ with gr.Blocks(css=".gradio-container {background:honeydew;}", title="WideResNet
|
|
| 171 |
send_btn = gr.Button("Infer")
|
| 172 |
|
| 173 |
with gr.Row():
|
| 174 |
-
gr.Examples(example_files, inputs=input_image)
|
| 175 |
#gr.Examples(['examples/sample02.png', 'examples/sample04.png'], inputs=input_image2)
|
| 176 |
|
| 177 |
send_btn.click(fn=predict, inputs=input_image, outputs=output_label)
|
|
|
|
| 171 |
send_btn = gr.Button("Infer")
|
| 172 |
|
| 173 |
with gr.Row():
|
| 174 |
+
gr.Examples([example_files], inputs=input_image)
|
| 175 |
#gr.Examples(['examples/sample02.png', 'examples/sample04.png'], inputs=input_image2)
|
| 176 |
|
| 177 |
send_btn.click(fn=predict, inputs=input_image, outputs=output_label)
|