khizon commited on
Commit
0711ea9
1 Parent(s): beb576f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,4 +50,4 @@ def detect_image(im):
50
 
51
  return output_image
52
 
53
- iface = gr.Interface(detect_image, gr.inputs.Image(type = 'pil'), gr.outputs.Image()).launch(debug = True)
 
50
 
51
  return output_image
52
 
53
+ iface = gr.Interface(detect_image, gr.inputs.Image(type = 'pil'), gr.outputs.Image()).launch(debug = True)