Add application file
Browse files
app.py
CHANGED
@@ -24,9 +24,9 @@ def generate_lyrics():
|
|
24 |
interface = gr.Interface(
|
25 |
fn=generate_lyrics,
|
26 |
inputs=None, # No input arguments
|
27 |
-
outputs=gr.Textbox(label="
|
28 |
-
title="
|
29 |
-
description="click 'generate' to
|
30 |
theme="compact",
|
31 |
)
|
32 |
|
|
|
24 |
interface = gr.Interface(
|
25 |
fn=generate_lyrics,
|
26 |
inputs=None, # No input arguments
|
27 |
+
outputs=gr.Textbox(label="lyrics"),
|
28 |
+
title="",
|
29 |
+
description="click 'generate' to make new 24thankyou lyrics",
|
30 |
theme="compact",
|
31 |
)
|
32 |
|