Ahsen Khaliq commited on
Commit
82bf4fc
1 Parent(s): dff50be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ article = "<p style='text-align: center'><a href='https://github.com/Sxela/Arcan
144
 
145
  gr.Interface(
146
  process,
147
- gr.inputs.Image(type="pil", label="Input"),
148
  gr.outputs.Image(type="pil", label="Output"),
149
  title=title,
150
  description=description,
 
144
 
145
  gr.Interface(
146
  process,
147
+ gr.inputs.Image(type="pil", label="Input",shape=(256,256)),
148
  gr.outputs.Image(type="pil", label="Output"),
149
  title=title,
150
  description=description,