Update app.py
Browse files
app.py
CHANGED
@@ -1333,7 +1333,7 @@ with gradio.Blocks() as demo:
|
|
1333 |
length = gradio.Slider(label="Length", interactive=True, minimum=3.0, maximum=10.0, value=6.5, visible=False)
|
1334 |
|
1335 |
|
1336 |
-
num = gradio.Number(42, label="Type the index of the
|
1337 |
|
1338 |
btn1 = gradio.Button("Randomize")
|
1339 |
with gradio.Column():
|
|
|
1333 |
length = gradio.Slider(label="Length", interactive=True, minimum=3.0, maximum=10.0, value=6.5, visible=False)
|
1334 |
|
1335 |
|
1336 |
+
num = gradio.Number(42, label="Type the index of the spectrum you would like to use or randomly select it.", visible=False)
|
1337 |
|
1338 |
btn1 = gradio.Button("Randomize")
|
1339 |
with gradio.Column():
|