PranomVignesh
commited on
Commit
·
451d332
1
Parent(s):
f1293cc
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,7 @@ examples = [
|
|
39 |
|
40 |
inputs = gr.Image(type="pil", shape=(224, 224),
|
41 |
label="Upload your image for detection")
|
|
|
42 |
outputs = [
|
43 |
gr.Image(type="pil", label="Gun Detections"),
|
44 |
gr.Label(label="Class Prediction")
|
|
|
39 |
|
40 |
inputs = gr.Image(type="pil", shape=(224, 224),
|
41 |
label="Upload your image for detection")
|
42 |
+
|
43 |
outputs = [
|
44 |
gr.Image(type="pil", label="Gun Detections"),
|
45 |
gr.Label(label="Class Prediction")
|