aheedsajid commited on
Commit
f6e269b
·
verified ·
1 Parent(s): c9afbde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ app = gr.Interface(
89
  fn=swap_face,
90
  # Possible argument names: "title", "header", "banner", "above_inputs", etc.
91
  # You'll need to replace "???" with the correct one from the Gradio docs.
92
- markdown=gr.HTML(ad_code),
93
  inputs=[gr.Image(), gr.Image(), gr.Checkbox(label="face_enhancer?", info="do face enhancer?")],
94
  outputs="image",
95
  description=gr.HTML(ad_code2) # If this is for a description below the inputs
 
89
  fn=swap_face,
90
  # Possible argument names: "title", "header", "banner", "above_inputs", etc.
91
  # You'll need to replace "???" with the correct one from the Gradio docs.
92
+ banner=gr.HTML(ad_code),
93
  inputs=[gr.Image(), gr.Image(), gr.Checkbox(label="face_enhancer?", info="do face enhancer?")],
94
  outputs="image",
95
  description=gr.HTML(ad_code2) # If this is for a description below the inputs