Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -764,7 +764,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 764 |
with gr.Column():
|
| 765 |
|
| 766 |
image_input = gr.Image(label="Reference Image", type="filepath", height=512)
|
| 767 |
-
audio_input = ExtendedAudio(label="Input Audio", type="filepath",
|
| 768 |
|
| 769 |
|
| 770 |
with gr.Column():
|
|
|
|
| 764 |
with gr.Column():
|
| 765 |
|
| 766 |
image_input = gr.Image(label="Reference Image", type="filepath", height=512)
|
| 767 |
+
audio_input = ExtendedAudio(label="Input Audio", type="filepath", options=["Cleon", "Cleo"], show_download_button=True)
|
| 768 |
|
| 769 |
|
| 770 |
with gr.Column():
|