Alexxggs commited on
Commit
517e102
·
1 Parent(s): a7aa994

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ def ui_full(launch_kwargs):
165
  temperature = gr.Number(label="Temperature", value=1.0, interactive=True)
166
  cfg_coef = gr.Number(label="Classifier Free Guidance", value=3.0, interactive=True)
167
  with gr.Column():
168
- output = gr.Video(label="Generated Music")
169
  submit.click(predict_full, inputs=[model, text, melody, duration, topk, topp, temperature, cfg_coef], outputs=[output])
170
 
171
  gr.Markdown(
 
165
  temperature = gr.Number(label="Temperature", value=1.0, interactive=True)
166
  cfg_coef = gr.Number(label="Classifier Free Guidance", value=3.0, interactive=True)
167
  with gr.Column():
168
+ output = gr.Video(label="MP3 файл генерации")
169
  submit.click(predict_full, inputs=[model, text, melody, duration, topk, topp, temperature, cfg_coef], outputs=[output])
170
 
171
  gr.Markdown(