Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ with gr.Blocks(css=css) as demo:
|
|
196 |
gr.HTML(title)
|
197 |
|
198 |
prompt_input = gr.Textbox(placeholder="a cat diva singing in a New York jazz club", label="Musical prompt", elem_id="prompt-in")
|
199 |
-
audio_input = gr.Audio(source="upload", type="filepath")
|
200 |
with gr.Row():
|
201 |
negative_prompt = gr.Textbox(label="Negative prompt")
|
202 |
duration_input = gr.Slider(label="Duration in seconds", minimum=5, maximum=10, step=1, value=8, elem_id="duration-slider")
|
|
|
196 |
gr.HTML(title)
|
197 |
|
198 |
prompt_input = gr.Textbox(placeholder="a cat diva singing in a New York jazz club", label="Musical prompt", elem_id="prompt-in")
|
199 |
+
audio_input = gr.Audio(source="upload", type="filepath", visible=False)
|
200 |
with gr.Row():
|
201 |
negative_prompt = gr.Textbox(label="Negative prompt")
|
202 |
duration_input = gr.Slider(label="Duration in seconds", minimum=5, maximum=10, step=1, value=8, elem_id="duration-slider")
|