thecollabagepatch commited on
Commit
c25bab9
·
1 Parent(s): edc7448

continue added back in

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -216,6 +216,9 @@ def transform_with_melodyflow_api(audio_path, variation, custom_prompt="", solve
216
  if audio_path is None:
217
  return None, "❌ No audio file provided"
218
 
 
 
 
219
  try:
220
  # Initialize client for Facebook MelodyFlow space
221
  client = Client("facebook/MelodyFlow")
 
216
  if audio_path is None:
217
  return None, "❌ No audio file provided"
218
 
219
+ base_steps = 125
220
+ effective_steps = 25
221
+
222
  try:
223
  # Initialize client for Facebook MelodyFlow space
224
  client = Client("facebook/MelodyFlow")