ameerazam08 commited on
Commit
cda5fca
1 Parent(s): 3743bb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -146,10 +146,10 @@ interface = gr.Interface(
146
  650 # Sigma max
147
  ],
148
  ["Rock beat played in a treated studio, session drumming on an acoustic kit.",
149
- "k-lms", # Sampler type
150
- 25, # Duration in Seconds
151
- 90, # Number of Diffusion Steps
152
- 6, # CFG Scale
153
  0.3, # Sigma min
154
  500 # Sigma max
155
  ]
 
146
  650 # Sigma max
147
  ],
148
  ["Rock beat played in a treated studio, session drumming on an acoustic kit.",
149
+ "dpmpp-2m-sde", # Sampler type
150
+ 30, # Duration in Seconds
151
+ 100, # Number of Diffusion Steps
152
+ 7, # CFG Scale
153
  0.3, # Sigma min
154
  500 # Sigma max
155
  ]