Sa-m commited on
Commit
7ede8b8
·
1 Parent(s): 83f1a0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ def Custom_detect(img):
154
 
155
  return Image.fromarray(im0[:,:,::-1])
156
  inp = gr.Image(type="pil")
157
- output = gr.Image(type="pil",shape=(50,50))
158
  #gr.outputs.Image(type="filepath", label="Output")
159
  #.outputs.Textbox() ,api_mode=True
160
 
 
154
 
155
  return Image.fromarray(im0[:,:,::-1])
156
  inp = gr.Image(type="pil")
157
+ output = gr.Image(type="pil").style(full_width=True, height=60)
158
  #gr.outputs.Image(type="filepath", label="Output")
159
  #.outputs.Textbox() ,api_mode=True
160