Frantz103 commited on
Commit
dcbd8d4
1 Parent(s): de2982f

Update app.py

Browse files

remove live=true

Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -52,7 +52,6 @@ iface = gr.Interface(
52
  fn=predict,
53
  inputs=gr.inputs.Image(shape=(224, 224)),
54
  outputs=[gr.outputs.Textbox(label="Prediction"), gr.outputs.Label(label='confidences',num_top_classes=2)],
55
- live=True,
56
  theme=gr.themes.Soft(),
57
  title="Cat and Dog Image Classifier",
58
  description="Upload an image of a cat or a dog, and the model will identify the type and breed.",
 
52
  fn=predict,
53
  inputs=gr.inputs.Image(shape=(224, 224)),
54
  outputs=[gr.outputs.Textbox(label="Prediction"), gr.outputs.Label(label='confidences',num_top_classes=2)],
 
55
  theme=gr.themes.Soft(),
56
  title="Cat and Dog Image Classifier",
57
  description="Upload an image of a cat or a dog, and the model will identify the type and breed.",