Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -280,7 +280,7 @@ def predict(image):
|
|
| 280 |
demo = gr.Interface(
|
| 281 |
fn=predict,
|
| 282 |
inputs=gr.Image(sources=["webcam"], type="numpy"), # Accepts image input
|
| 283 |
-
outputs="
|
| 284 |
)
|
| 285 |
|
| 286 |
if __name__ == "__main__":
|
|
|
|
| 280 |
demo = gr.Interface(
|
| 281 |
fn=predict,
|
| 282 |
inputs=gr.Image(sources=["webcam"], type="numpy"), # Accepts image input
|
| 283 |
+
outputs="annotatedimage" # Customize based on your output format
|
| 284 |
)
|
| 285 |
|
| 286 |
if __name__ == "__main__":
|