chukwurah commited on
Commit
b47708a
·
1 Parent(s): c51b87c

html begone

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -76,13 +76,9 @@ def swap_face(source_file, target_files, doFaceEnhancer):
76
  def get_history():
77
  return history
78
 
79
- html_section_1 = "<div><h1>Welcome to the Face Swap App</h1></div>"
80
- html_section_2 = '<div><p>Upload your source and target images to swap faces. Optionally, use the face enhancer feature for HD Results.</p><h2><br /><strong>For fast and bulk Swap:</strong>&nbsp;<a href="https://picfy.xyz/" target="_blank" rel="noopener">https://picfy.xyz/</a><br /> <strong>Support me USDT (TRC-20): TAe7hsSVWtMEYz3G5V1UiUdYPQVqm28bKx</h2></div>'
81
 
82
  with gr.Blocks() as app:
83
- gr.HTML(html_section_1)
84
- gr.HTML(html_section_2)
85
-
86
  with gr.Tab("Face Swap"):
87
  with gr.Row():
88
  source_input = gr.Image(label="Source Image")
 
76
  def get_history():
77
  return history
78
 
 
 
79
 
80
  with gr.Blocks() as app:
81
+
 
 
82
  with gr.Tab("Face Swap"):
83
  with gr.Row():
84
  source_input = gr.Image(label="Source Image")