lopesdri commited on
Commit
63e0b63
·
1 Parent(s): 8371e92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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', output_width=500, output_height=500)
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', output_width=192, output_height=192)
37
  intf.launch(inline=False)