roman-bachmann commited on
Commit
cf643c9
1 Parent(s): 3cad08c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -401,7 +401,7 @@ gr.Interface(
401
  gr.inputs.Number(label='Random seed: Change this to sample different masks (for manual mode only)', default=0),
402
  ],
403
  outputs=[
404
- gr.outputs.Image(label='MultiMAE predictions', type='file')
405
  ],
406
  css=css,
407
  title=title,
 
401
  gr.inputs.Number(label='Random seed: Change this to sample different masks (for manual mode only)', default=0),
402
  ],
403
  outputs=[
404
+ gr.outputs.Image(label='MultiMAE predictions', type='filepath')
405
  ],
406
  css=css,
407
  title=title,