Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -67,9 +67,9 @@ im = gr.inputs.Image(shape=(512, 512), image_mode='RGB',
|
|
67 |
invert_colors=False, source="upload",
|
68 |
type="pil")
|
69 |
title = "CatsVsDogs Classifier"
|
70 |
-
description = "Playground: Inferernce of Object Classification (Binary) using
|
71 |
examples = [['./cat.jpg'],['./dog.jpg']]
|
72 |
-
article="<p style='text-align: center'><a href='https://github.com/mawady/colab-recipes-cv' target='_blank'>Colab
|
73 |
iface = gr.Interface(
|
74 |
do_inference,
|
75 |
im,
|
|
|
67 |
invert_colors=False, source="upload",
|
68 |
type="pil")
|
69 |
title = "CatsVsDogs Classifier"
|
70 |
+
description = "Playground: Inferernce of Object Classification (Binary) using ResNet18 model and CatsVsDogs dataset. Libraries: PyTorch, Gradio."
|
71 |
examples = [['./cat.jpg'],['./dog.jpg']]
|
72 |
+
article="<p style='text-align: center'><a href='https://github.com/mawady/colab-recipes-cv' target='_blank'>Colab Recipes for Computer Vision - Dr. Mohamed Elawady</a></p>"
|
73 |
iface = gr.Interface(
|
74 |
do_inference,
|
75 |
im,
|