Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ def unload_audio():
|
|
| 9 |
with gr.Blocks() as demo:
|
| 10 |
gr.Markdown("# Hit Single Real - Silly Billy")
|
| 11 |
play_button = gr.Button("...")
|
| 12 |
-
unload_button = gr.Button("
|
| 13 |
audio_output = gr.Audio(autoplay=True, visible=False)
|
| 14 |
|
| 15 |
play_button.click(fn=play_audio, outputs=audio_output)
|
|
|
|
| 9 |
with gr.Blocks() as demo:
|
| 10 |
gr.Markdown("# Hit Single Real - Silly Billy")
|
| 11 |
play_button = gr.Button("...")
|
| 12 |
+
unload_button = gr.Button("..")
|
| 13 |
audio_output = gr.Audio(autoplay=True, visible=False)
|
| 14 |
|
| 15 |
play_button.click(fn=play_audio, outputs=audio_output)
|