Spaces:
Runtime error
Runtime error
sheikyerbouti
commited on
Commit
•
4ffca89
1
Parent(s):
6079ba0
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks() as demo:
|
|
89 |
with gr.Row():
|
90 |
model = gr.Radio(["melody", "medium", "small", "large"], label="Model", value="melody", interactive=True)
|
91 |
with gr.Row():
|
92 |
-
duration = gr.Slider(minimum=1, maximum=
|
93 |
with gr.Row():
|
94 |
topk = gr.Number(label="Top-k", value=250, interactive=True)
|
95 |
topp = gr.Number(label="Top-p", value=0, interactive=True)
|
|
|
89 |
with gr.Row():
|
90 |
model = gr.Radio(["melody", "medium", "small", "large"], label="Model", value="melody", interactive=True)
|
91 |
with gr.Row():
|
92 |
+
duration = gr.Slider(minimum=1, maximum=240, value=10, label="Duration", interactive=True)
|
93 |
with gr.Row():
|
94 |
topk = gr.Number(label="Top-k", value=250, interactive=True)
|
95 |
topp = gr.Number(label="Top-p", value=0, interactive=True)
|