Spaces:
Runtime error
Runtime error
Commit
·
0b3533e
1
Parent(s):
7229c23
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ negative_prompt = st.text_input("Negative prompt", "Low quality")
|
|
52 |
st.markdown("### Configuration")
|
53 |
duration = st.slider("Duration (seconds)", 5.0, 15.0, 10.0, step=2.5)
|
54 |
guidance_scale = st.slider("Guidance scale", 0.0, 7.0, 3.5, step=0.5)
|
55 |
-
n_candidates = st.slider("Number waveforms to generate", 1.0, 5.0, 3.0, step=1)
|
56 |
random_seed = st.number_input("Seed", 1.0, 100.0, 45.0)
|
57 |
|
58 |
if st.button("Submit"):
|
|
|
52 |
st.markdown("### Configuration")
|
53 |
duration = st.slider("Duration (seconds)", 5.0, 15.0, 10.0, step=2.5)
|
54 |
guidance_scale = st.slider("Guidance scale", 0.0, 7.0, 3.5, step=0.5)
|
55 |
+
n_candidates = st.slider("Number waveforms to generate", 1.0, 5.0, 3.0, step=1.0)
|
56 |
random_seed = st.number_input("Seed", 1.0, 100.0, 45.0)
|
57 |
|
58 |
if st.button("Submit"):
|