shivalikasingh commited on
Commit
725fc62
·
1 Parent(s): fed1d29

minor bug fix for app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ with demo:
51
  gr.Markdown("The model is trained to classify images belonging to the following classes:")
52
 
53
  with gr.Column():
54
- gr.Examples(examples_list, [input_image], output_label, predict, cache_examples=True)
55
 
56
 
57
  compute_button.click(predict_batch, inputs=input_image, outputs=[output_plot,output_df])
 
51
  gr.Markdown("The model is trained to classify images belonging to the following classes:")
52
 
53
  with gr.Column():
54
+ gr.Examples(example_list, [input_image], output_label, predict, cache_examples=True)
55
 
56
 
57
  compute_button.click(predict_batch, inputs=input_image, outputs=[output_plot,output_df])