Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
| 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(
|