PanagiotaMoraiti commited on
Commit
ec492a2
·
verified ·
1 Parent(s): a781330

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ enable_queue=True
19
  gr.Interface(
20
  fn=predict,
21
  inputs=[
22
- gr.inputs.Image(shape=(512, 512),
23
  gr.Image(source="webcam", shape=(512, 512), label="Capture from Webcam")
24
  ]
25
  outputs=gr.outputs.Label(num_top_classes=4),
 
19
  gr.Interface(
20
  fn=predict,
21
  inputs=[
22
+ gr.inputs.Image(shape=(512, 512)),
23
  gr.Image(source="webcam", shape=(512, 512), label="Capture from Webcam")
24
  ]
25
  outputs=gr.outputs.Label(num_top_classes=4),