Samrat Barai commited on
Commit
1456571
·
verified ·
1 Parent(s): 8bcadc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -84,8 +84,8 @@ app = gr.Interface(
84
  Upload a source and a target image to start.
85
  """)
86
  inputs=[
87
- gr.Image(str="Source Image:"),
88
- gr.Image(str="Target Image:"),
89
  gr.Checkbox(label="Face Enhancer?", info="Do face enhancement?")
90
  ],
91
  outputs="image"
 
84
  Upload a source and a target image to start.
85
  """)
86
  inputs=[
87
+ gr.Image(label="Source Image:"),
88
+ gr.Image(label="Target Image:"),
89
  gr.Checkbox(label="Face Enhancer?", info="Do face enhancement?")
90
  ],
91
  outputs="image"