lneduchal commited on
Commit
7091ca5
·
1 Parent(s): 92709f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def predict(img):
39
  interface = gr.Interface(
40
  predict,
41
  inputs = "image",
42
- output = "label",
43
  title = "Car classification"
44
  )
45
  interface.launch()
 
39
  interface = gr.Interface(
40
  predict,
41
  inputs = "image",
42
+ outputs = "label",
43
  title = "Car classification"
44
  )
45
  interface.launch()