Spaces:
Running
Running
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -787,7 +787,7 @@ def generate_random_string(length):
|
|
787 |
characters = str(ascii_letters + digits)
|
788 |
return ''.join(random.choice(characters) for _ in range(length))
|
789 |
|
790 |
-
def add_song_cover_text(img,top_title=None,bottom_title=
|
791 |
|
792 |
if not working:
|
793 |
|
|
|
787 |
characters = str(ascii_letters + digits)
|
788 |
return ''.join(random.choice(characters) for _ in range(length))
|
789 |
|
790 |
+
def add_song_cover_text(img,top_title=None,bottom_title=None):
|
791 |
|
792 |
if not working:
|
793 |
|