CodeNinja1 commited on
Commit
eaa4352
·
verified ·
1 Parent(s): fcdc02c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def predict(input_img):
9
 
10
  gradio_app = gr.Interface(
11
  predict,
12
- inputs=gr.Image(label="Select hot dog candidate", sources=['upload'], type="pil"),
13
  outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
14
  title="Highly Sophisticated Image Classification Algorithm?",
15
  )
 
9
 
10
  gradio_app = gr.Interface(
11
  predict,
12
+ inputs=gr.Image(label="Select Image", sources=['upload'], type="pil"),
13
  outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
14
  title="Highly Sophisticated Image Classification Algorithm?",
15
  )