Update simpler_app.py
Browse files- simpler_app.py +1 -1
simpler_app.py
CHANGED
@@ -106,7 +106,7 @@ def general_process(theme, tags, lyrics):
|
|
106 |
return None, result
|
107 |
|
108 |
|
109 |
-
with gr.Blocks(
|
110 |
with gr.Column():
|
111 |
gr.Markdown("# Simpler Diff Rythm")
|
112 |
|
|
|
106 |
return None, result
|
107 |
|
108 |
|
109 |
+
with gr.Blocks() as demo:
|
110 |
with gr.Column():
|
111 |
gr.Markdown("# Simpler Diff Rythm")
|
112 |
|