noamholz commited on
Commit
e772d1d
·
verified ·
1 Parent(s): c82d217

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -57,7 +57,7 @@ def segment(im, interval_s=2):
57
  demo = gr.Interface(
58
  segment,
59
  [gr.Image(sources=["webcam"], streaming=True)],
60
- [gr.Image(), gt.Number()],
61
  css=".output-image, .input-image, .image-preview {height: 400px !important}"
62
  )
63
 
 
57
  demo = gr.Interface(
58
  segment,
59
  [gr.Image(sources=["webcam"], streaming=True)],
60
+ [gr.Image(), gr.Number()],
61
  css=".output-image, .input-image, .image-preview {height: 400px !important}"
62
  )
63