darsoarafa commited on
Commit
de888d6
·
verified ·
1 Parent(s): 5e82835

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;} h3,h1,h2,p {color: black;}") as demo:
52
- gr.Markdown("<p style='text-align: left;font-size:18px'>"+ "Photo+Audio=Video" + "</p>")
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;} h3,h1,h2,p {color: black;}") as demo:
52
+ gr.Markdown("<p style='text-align: left;font-size:18px'>"+ "Photo + Audio lipsync = Video" + "</p>")
53
  with gr.Group():
54
  with gr.Row():
55
  input_image = gr.Image(label="Input Image")