Ahsen Khaliq commited on
Commit
e02e378
β€’
1 Parent(s): 0e7fd38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def detr(im):
100
 
101
 
102
 
103
- inputs = gr.inputs.Image(type='pil', label="Original Image", shape=(512,512))
104
  outputs = gr.outputs.Image(type="pil",label="Output Image")
105
 
106
  examples = [
100
 
101
 
102
 
103
+ inputs = gr.inputs.Image(type='pil', label="Original Image", shape=(600,600))
104
  outputs = gr.outputs.Image(type="pil",label="Output Image")
105
 
106
  examples = [