Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 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):
|