keivalya commited on
Commit
8b47fda
·
verified ·
1 Parent(s): 6a191ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ demo = gr.Interface(
63
  gr.Textbox(label="Lyrics"),
64
  gr.Textbox(label="Tempo/Key"),
65
  gr.Textbox(label="History"),
66
- gr.Audio(label="Replay Recorded Audio") # Add an output for replaying the recorded audio
67
  gr.Image(label="Cover") # Gives the Cover image
68
  ],
69
  theme=Soft(), # Apply the Soft theme
 
63
  gr.Textbox(label="Lyrics"),
64
  gr.Textbox(label="Tempo/Key"),
65
  gr.Textbox(label="History"),
66
+ gr.Audio(label="Replay Recorded Audio"), # Add an output for replaying the recorded audio
67
  gr.Image(label="Cover") # Gives the Cover image
68
  ],
69
  theme=Soft(), # Apply the Soft theme