lopesdri commited on
Commit
d74af8d
·
1 Parent(s): 4d78218

Update app.py

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