freddyaboulton HF Staff commited on
Commit
a32c95d
·
1 Parent(s): f698c4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ demo = gr.Interface(
9
  gr.components.Image(type="pil", shape=(512, 512)),
10
  ],
11
  outputs=[
12
- gr.components.Image(type="pil", shape=(512, 512), label="output-1")
13
  ],
14
  )
15
 
 
9
  gr.components.Image(type="pil", shape=(512, 512)),
10
  ],
11
  outputs=[
12
+ gr.components.Image(shape=(512, 512), label="output-1")
13
  ],
14
  )
15