Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def run_infrence(input_image, input_audio=None, input_text=None):
|
|
78 |
return audio_video()
|
79 |
|
80 |
def run():
|
81 |
-
with gr.Blocks(css=".gradio-container {background-color:
|
82 |
#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>")
|
83 |
|
84 |
with gr.Group():
|
|
|
78 |
return audio_video()
|
79 |
|
80 |
def run():
|
81 |
+
with gr.Blocks(css=".gradio-container {background-color: lightblue} #radio_div {background-color: #FFD8B4; font-size: 40px;} h3,h1,h2,p {color: black;}") as demo:
|
82 |
#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>")
|
83 |
|
84 |
with gr.Group():
|