aje6 commited on
Commit
e15283f
·
verified ·
1 Parent(s): 9f76001

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="image" # Customize based on your output format
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__":