spookyuser
commited on
Commit
·
e691691
1
Parent(s):
c6b75bd
Add one more type
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ class SpotifyApi:
|
|
56 |
return final_mp3.as_posix()
|
57 |
|
58 |
|
59 |
-
def process_inputs(prompt, audio, spotify_url):
|
60 |
image = get_stable_diffusion_image(prompt)
|
61 |
if spotify_url:
|
62 |
spotify = SpotifyApi()
|
|
|
56 |
return final_mp3.as_posix()
|
57 |
|
58 |
|
59 |
+
def process_inputs(prompt, audio, spotify_url) -> str:
|
60 |
image = get_stable_diffusion_image(prompt)
|
61 |
if spotify_url:
|
62 |
spotify = SpotifyApi()
|