bhushanp commited on
Commit
519c24a
β€’
1 Parent(s): 5a6049a

forgot comma

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ iface = gr.Interface(
25
  inputs=gr.Image(label="Select an image", type="file",shape=(200, 200)),
26
  outputs="text",
27
  live=True,
28
- title="Identify the car"
29
  examples=sample_images
30
  )
31
 
 
25
  inputs=gr.Image(label="Select an image", type="file",shape=(200, 200)),
26
  outputs="text",
27
  live=True,
28
+ title="Identify the car",
29
  examples=sample_images
30
  )
31