MayankTamakuwala commited on
Commit
c8b98a0
1 Parent(s): 2780331

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ if __name__ == "__main__":
104
  gr.Radio(['GFPGANv1.2', 'GFPGANv1.3', 'GFPGANv1.4', 'RestoreFormer'], type="value", label='version'),
105
  gr.Number(label="Rescaling factor"),
106
  ], [
107
- gr.Image(type="numpy", label="Output (The whole image)"),
108
  ],
109
  title=title,
110
  allow_flagging="never"
 
104
  gr.Radio(['GFPGANv1.2', 'GFPGANv1.3', 'GFPGANv1.4', 'RestoreFormer'], type="value", label='version'),
105
  gr.Number(label="Rescaling factor"),
106
  ], [
107
+ gr.Image(type="numpy", label="Output"),
108
  ],
109
  title=title,
110
  allow_flagging="never"