Spaces:
Running
Running
live changed
Browse files
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=
|
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
|