Update app.py
Browse files
app.py
CHANGED
|
@@ -59,9 +59,9 @@ def run():
|
|
| 59 |
#gr.Markdown("<p style='text-align: left;font-size:18px'>"+ "It's like having a magic tool for making videos. You put in a picture and audio, and it creates a video, it's super easy – just upload your picture and audio, and click 'generate'! You've got a cool video" + "</p>")
|
| 60 |
|
| 61 |
with gr.Group():
|
| 62 |
-
with gr.Row(
|
| 63 |
-
|
| 64 |
-
gr.Markdown("<p>Turn your pictures and audio into stunning videos effortlessly! Just upload your image, audio, or text, and click 'Generate' to create your video masterpiece.</p>")
|
| 65 |
with gr.Row():
|
| 66 |
input_image = gr.Image(label="Input Image")
|
| 67 |
input_audio = gr.Audio(label="Input Audio (Optional)")
|
|
|
|
| 59 |
#gr.Markdown("<p style='text-align: left;font-size:18px'>"+ "It's like having a magic tool for making videos. You put in a picture and audio, and it creates a video, it's super easy – just upload your picture and audio, and click 'generate'! You've got a cool video" + "</p>")
|
| 60 |
|
| 61 |
with gr.Group():
|
| 62 |
+
with gr.Row():
|
| 63 |
+
|
| 64 |
+
gr.Markdown("<h1>Magic Video Creator</h1> \n <p>Turn your pictures and audio into stunning videos effortlessly! Just upload your image, audio, or text, and click 'Generate' to create your video masterpiece.</p>")
|
| 65 |
with gr.Row():
|
| 66 |
input_image = gr.Image(label="Input Image")
|
| 67 |
input_audio = gr.Audio(label="Input Audio (Optional)")
|