ClassCat commited on
Commit
b1169b6
·
1 Parent(s): 78040b8

update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -173,6 +173,11 @@ with gr.Blocks(css=".gradio-container {background:honeydew;}", title="WideResNet
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(example_files, inputs=input_image)
177
  #gr.Examples(['examples/sample02.png', 'examples/sample04.png'], inputs=input_image2)
178
 
 
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)
183