Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,8 +19,6 @@ enable_queue=True
|
|
19 |
gr.Interface(
|
20 |
fn=predict,
|
21 |
inputs=gr.inputs.Image(shape=(512, 512)),
|
22 |
-
gr.Image(source="webcam", shape=(512, 512), label="Capture from Webcam")
|
23 |
-
],
|
24 |
outputs=gr.outputs.Label(num_top_classes=4),
|
25 |
title=title,
|
26 |
description=description,
|
|
|
19 |
gr.Interface(
|
20 |
fn=predict,
|
21 |
inputs=gr.inputs.Image(shape=(512, 512)),
|
|
|
|
|
22 |
outputs=gr.outputs.Label(num_top_classes=4),
|
23 |
title=title,
|
24 |
description=description,
|