paloma99 commited on
Commit
8a0aa4d
·
verified ·
1 Parent(s): 9ba2d1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def predict_image(input_img):
14
 
15
  image_gradio_app = gr.Interface(
16
  fn=predict_image,
17
- inputs=gr.Image(label="Select hot dog candidate", sources=['upload', 'webcam'], type="pil"),
18
  outputs=[gr.Label(label="Result")],
19
  title="Green Greta",
20
  theme=theme
 
14
 
15
  image_gradio_app = gr.Interface(
16
  fn=predict_image,
17
+ inputs=gr.Image(sources=['upload', 'webcam'], type="pil"),
18
  outputs=[gr.Label(label="Result")],
19
  title="Green Greta",
20
  theme=theme