fffiloni commited on
Commit
4c807d1
1 Parent(s): 0b066f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def cut_audio(input_path, output_path, max_duration=30000):
27
  return output_path
28
 
29
  def solo_xd(prompt):
30
- images = pipe(prompt=result).images[0]
31
  return images
32
 
33
  def infer(audio_file):
 
27
  return output_path
28
 
29
  def solo_xd(prompt):
30
+ images = pipe(prompt=prompt).images[0]
31
  return images
32
 
33
  def infer(audio_file):