lsb commited on
Commit
af4145f
1 Parent(s): 5533283

not doing it live

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,5 +65,5 @@ def app(img):
65
 
66
  #ideally:
67
  #iface = gr.Interface(app, gr.Image(sources=["webcam"], streaming=True), "image", live=True)
68
- iface = gr.Interface(app, gr.inputs.Image(), "image")
69
  iface.launch()
 
65
 
66
  #ideally:
67
  #iface = gr.Interface(app, gr.Image(sources=["webcam"], streaming=True), "image", live=True)
68
+ iface = gr.Interface(app, gr.Image(), "image")
69
  iface.launch()