SakuraD commited on
Commit
bce2837
·
1 Parent(s): a858aec
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ with demo:
81
  with gr.Row():
82
  submit_button = gr.Button('Submit')
83
  with gr.Column():
84
- label = gr.Label(num_top_classes=5)
85
  with gr.Row():
86
  example_images = gr.Dataset(components=[input_image], samples=[['library.jpeg'], ['cat.png'], ['dog.png'], ['panda.png']])
87
 
 
81
  with gr.Row():
82
  submit_button = gr.Button('Submit')
83
  with gr.Column():
84
+ label = gr.Label()
85
  with gr.Row():
86
  example_images = gr.Dataset(components=[input_image], samples=[['library.jpeg'], ['cat.png'], ['dog.png'], ['panda.png']])
87