pragnakalp commited on
Commit
bb24359
1 Parent(s): 1da425c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def run_infrence(input_image,input_audio):
49
 
50
  def run():
51
  with gr.Blocks(css=".gradio-container {background-color: lightgray} #radio_div {background-color: #FFD8B4; font-size: 40px;}") as demo:
52
- gr.Markdown("<h1 style='text-align: center;'>"+ "One Shot Talking Face from Text" + "</h1><br/><br/>")
53
  with gr.Group():
54
  with gr.Row():
55
  input_image = gr.Image(label="Input Image")
 
49
 
50
  def run():
51
  with gr.Blocks(css=".gradio-container {background-color: lightgray} #radio_div {background-color: #FFD8B4; font-size: 40px;}") as demo:
52
+ gr.Markdown("<h1 style='text-align: center;'>"+ "Wav2lip Lip Sync Using Image and Audio" + "</h1><br/><br/>")
53
  with gr.Group():
54
  with gr.Row():
55
  input_image = gr.Image(label="Input Image")