padmanabhbosamia commited on
Commit
5f71bd1
·
1 Parent(s): 5dda0e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ input_interface = gr.Interface(inference,
90
  gr.Image(shape=(32, 32), label="Model Prediction").style(width=300, height=300)],
91
  description=description1,examples=examples)
92
 
93
- description2 = "Displays misclassified image of the model"
94
 
95
  # Create a separate interface for the "Misclassified Images" tab
96
  misclassified_interface = gr.Interface(show_misclassified_images_wrapper,
 
90
  gr.Image(shape=(32, 32), label="Model Prediction").style(width=300, height=300)],
91
  description=description1,examples=examples)
92
 
93
+ description2 = "Missclassfied Images"
94
 
95
  # Create a separate interface for the "Misclassified Images" tab
96
  misclassified_interface = gr.Interface(show_misclassified_images_wrapper,