bhushanp commited on
Commit
e685e6c
·
1 Parent(s): a977a8c

live changed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ iface = gr.Interface(
35
  fn=classify_image,
36
  inputs=gr.Image(label="Select an image", type="filepath"),
37
  outputs="text",
38
- live=True,
39
  title="Car image classifier",
40
  description="Upload a car image or select one of the examples below",
41
  examples=sample_images
 
35
  fn=classify_image,
36
  inputs=gr.Image(label="Select an image", type="filepath"),
37
  outputs="text",
38
+ live=False,
39
  title="Car image classifier",
40
  description="Upload a car image or select one of the examples below",
41
  examples=sample_images