Spaces:
Running
Running
Update app.py
Browse files
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
|