bhushanp commited on
Commit
8d7e9fb
β€’
1 Parent(s): e802ee8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ sample_images = ["AcuraTLType-S2008.jpg", "AudiR8Coupe2012.jpg", "DodgeMagnumWag
22
 
23
  iface = gr.Interface(
24
  fn=classify_image,
25
- inputs=gr.Image(label="Select an image", type="file"),
26
  outputs="text",
27
  live=True,
28
  title="Identify the car",
 
22
 
23
  iface = gr.Interface(
24
  fn=classify_image,
25
+ inputs=gr.Image(label="Select an image", type="filepath"),
26
  outputs="text",
27
  live=True,
28
  title="Identify the car",