Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def predict(image):
|
|
9 |
|
10 |
gr.Interface(
|
11 |
predict,
|
12 |
-
examples=["./Bombardier-CRJ-700.jpg","./atr72.jpeg","./c208.jpg","./
|
13 |
inputs=gr.inputs.Image(label="Upload only commercial aircraft image here", type="filepath"),
|
14 |
outputs=gr.outputs.Label(num_top_classes=5),
|
15 |
title="Find which Aircraft it is ✈️",
|
|
|
9 |
|
10 |
gr.Interface(
|
11 |
predict,
|
12 |
+
examples=["./Bombardier-CRJ-700.jpg","./atr72.jpeg","./c208.jpg","./fokker70.jpg","b737.jpg"],
|
13 |
inputs=gr.inputs.Image(label="Upload only commercial aircraft image here", type="filepath"),
|
14 |
outputs=gr.outputs.Label(num_top_classes=5),
|
15 |
title="Find which Aircraft it is ✈️",
|