lopesdri commited on
Commit
9be9dbe
·
1 Parent(s): 7a971c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,5 +34,5 @@ def detect(img):
34
  image = gr.inputs.Image(shape=(192, 192))
35
  label = gr.outputs.Label()
36
 
37
- intf = gr.Interface(fn=detect, inputs=image, outputs=image)
38
  intf.launch(inline=False)
 
34
  image = gr.inputs.Image(shape=(192, 192))
35
  label = gr.outputs.Label()
36
 
37
+ intf = gr.Interface(fn=detect, inputs=img, outputs=image)
38
  intf.launch(inline=False)