Sa-m commited on
Commit
b2b1f7d
·
1 Parent(s): af0aa64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ def Custom_detect(img):
156
  inp = gr.Image(type="pil")
157
  #gr.inputs.Image(type="filepath", label="Input")
158
  #output=gr.outputs.Image(type="pil", label="Output Image")
159
- output = gr.Image(type="pil",shape=(256,256))
160
  #gr.outputs.Image(type="filepath", label="Output")
161
  #.outputs.Textbox() ,api_mode=True
162
 
 
156
  inp = gr.Image(type="pil")
157
  #gr.inputs.Image(type="filepath", label="Input")
158
  #output=gr.outputs.Image(type="pil", label="Output Image")
159
+ output = gr.Image(type="pil",shape=(100,256))
160
  #gr.outputs.Image(type="filepath", label="Output")
161
  #.outputs.Textbox() ,api_mode=True
162