Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -247,8 +247,8 @@ def ui_full(launch_kwargs):
|
|
247 |
cfg_coef = gr.Number(label="Classifier Free Guidance", value=3.0, interactive=True)
|
248 |
with gr.Column():
|
249 |
submit.click(predict_full,
|
250 |
-
|
251 |
-
|
252 |
radio.change(toggle_audio_src, radio, [melody], queue=False, show_progress=False)
|
253 |
gr.Examples(
|
254 |
fn=predict_full,
|
|
|
247 |
cfg_coef = gr.Number(label="Classifier Free Guidance", value=3.0, interactive=True)
|
248 |
with gr.Column():
|
249 |
submit.click(predict_full,
|
250 |
+
inputs=[model, text, melody, duration, topk, topp, temperature, cfg_coef],
|
251 |
+
outputs=[output])
|
252 |
radio.change(toggle_audio_src, radio, [melody], queue=False, show_progress=False)
|
253 |
gr.Examples(
|
254 |
fn=predict_full,
|