Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -138,8 +138,8 @@ def inference(
|
|
138 |
return org_img, preds, cam_outputs, misclf_images_output
|
139 |
|
140 |
|
141 |
-
title = "
|
142 |
-
description = "
|
143 |
# examples = [["cat.jpg", 0.5, -1], ["dog.jpg", 0.5, -1]]
|
144 |
demo = gr.Interface(
|
145 |
inference,
|
|
|
138 |
return org_img, preds, cam_outputs, misclf_images_output
|
139 |
|
140 |
|
141 |
+
title = "Session 12 Assignment"
|
142 |
+
description = "Experimented the custom resnet model to classify the images"
|
143 |
# examples = [["cat.jpg", 0.5, -1], ["dog.jpg", 0.5, -1]]
|
144 |
demo = gr.Interface(
|
145 |
inference,
|