pranavanbupathy commited on
Commit
e68afa3
1 Parent(s): 774f1fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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","./a380.jpg","./fokker70.jpg","b737.jpg","tu-134.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 ✈️",