Spaces:
Running
Running
commit
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ def handle_generate(artist,song,genre,lyrics):
|
|
184 |
# entry
|
185 |
|
186 |
if __name__ == "__main__":
|
187 |
-
with gr.Blocks(theme=gr.themes.Citrus(),css=css
|
188 |
gr.Markdown(f"""
|
189 |
# Song Cover Image Generator
|
190 |
""")
|
|
|
184 |
# entry
|
185 |
|
186 |
if __name__ == "__main__":
|
187 |
+
with gr.Blocks(theme=gr.themes.Citrus(),css=css) as demo:
|
188 |
gr.Markdown(f"""
|
189 |
# Song Cover Image Generator
|
190 |
""")
|