Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
209 |
gr.HTML(title)
|
210 |
|
211 |
prompt_input = gr.Textbox(placeholder="a cat diva singing in a New York jazz club", label="Musical prompt", elem_id="prompt-in")
|
212 |
-
audio_input = gr.Audio(
|
213 |
with gr.Row():
|
214 |
negative_prompt = gr.Textbox(label="Negative prompt")
|
215 |
duration_input = gr.Slider(label="Duration in seconds", minimum=5, maximum=10, step=1, value=8, elem_id="duration-slider")
|
|
|
209 |
gr.HTML(title)
|
210 |
|
211 |
prompt_input = gr.Textbox(placeholder="a cat diva singing in a New York jazz club", label="Musical prompt", elem_id="prompt-in")
|
212 |
+
audio_input = gr.Audio(sources=["upload"], type="filepath", visible=False)
|
213 |
with gr.Row():
|
214 |
negative_prompt = gr.Textbox(label="Negative prompt")
|
215 |
duration_input = gr.Slider(label="Duration in seconds", minimum=5, maximum=10, step=1, value=8, elem_id="duration-slider")
|