smgriffin commited on
Commit
35d529a
·
1 Parent(s): 030a334

Add application file

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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="generating..."),
28
- title="24thankyou lyrics generator",
29
- description="click 'generate' to see make new 24thankyou lyrics",
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