DanLeBossDeESGI commited on
Commit
d89757b
·
1 Parent(s): 060cec7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ text = st.text_input("Input text", "The vibrant beat of Brazilian samba drums")
50
  negative_prompt = st.text_input("Negative prompt", "Low quality")
51
 
52
  st.markdown("### Configuration")
53
- duration = st.slider("Duration (seconds)", 5, 15, 10, step=2.5)
54
  guidance_scale = st.slider("Guidance scale", 0, 7, 3.5, step=0.5)
55
  n_candidates = st.slider("Number waveforms to generate", 1, 5, 3, step=1)
56
  random_seed = st.number_input("Seed", 1, 100, 45)
 
50
  negative_prompt = st.text_input("Negative prompt", "Low quality")
51
 
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, 7, 3.5, step=0.5)
55
  n_candidates = st.slider("Number waveforms to generate", 1, 5, 3, step=1)
56
  random_seed = st.number_input("Seed", 1, 100, 45)