Update app.py
Browse files
app.py
CHANGED
|
@@ -229,7 +229,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 229 |
caption_o = gr.Textbox(label="Scene caption", interactive=False)
|
| 230 |
retry_btn = gr.Button("Retry with edited prompt", visible=False)
|
| 231 |
audio_o = gr.Audio(label="Audio output")
|
| 232 |
-
|
|
|
|
| 233 |
|
| 234 |
gr.Examples(
|
| 235 |
examples = [
|
|
|
|
| 229 |
caption_o = gr.Textbox(label="Scene caption", interactive=False)
|
| 230 |
retry_btn = gr.Button("Retry with edited prompt", visible=False)
|
| 231 |
audio_o = gr.Audio(label="Audio output")
|
| 232 |
+
with gr.Column():
|
| 233 |
+
video_o = gr.Video(label="Video with soundFX")
|
| 234 |
|
| 235 |
gr.Examples(
|
| 236 |
examples = [
|