Keshar commited on
Commit
1c09541
1 Parent(s): 2964628

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ gradio_app = gr.Interface(
11
  predict,
12
  inputs=gr.Image(label = "Select Image", sources=['upload', 'webcam'], type='pil'),
13
  outputs=[gr.Image(label = "Processed Image"), gr.Label(label = "Result", num_top_classes=2)],
14
- title="class1 or class2?",
15
  )
16
 
17
  if __name__ == "__main__":
 
11
  predict,
12
  inputs=gr.Image(label = "Select Image", sources=['upload', 'webcam'], type='pil'),
13
  outputs=[gr.Image(label = "Processed Image"), gr.Label(label = "Result", num_top_classes=2)],
14
+ title="Dog or Cat?",
15
  )
16
 
17
  if __name__ == "__main__":