Spaces:
Running
Running
pragnakalp
commited on
Commit
β’
33632b8
1
Parent(s):
6db7dd2
Update app.py
Browse files
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'>"+ "Hey, check out our
|
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'>"+ "Hey, check out our app! It's like having a magic tool for making videos. You put in a picture and audio, and it creates a video where the lips move perfectly with the audio. It's super easy β just upload your picture and audio, and click 'generate'! You've got a cool video where it looks like the person in the picture is speaking." + "</p>")
|
53 |
with gr.Group():
|
54 |
with gr.Row():
|
55 |
input_image = gr.Image(label="Input Image")
|