Spaces:
Running
Running
Commit
·
cf643c9
1
Parent(s):
3cad08c
Update app.py
Browse files
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='
|
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,
|