Upload folder using huggingface_hub
Browse files
test.py
CHANGED
@@ -7,7 +7,7 @@ def reverse_audio(audio):
|
|
7 |
|
8 |
with gr.Blocks(title="Mic Test") as demo:
|
9 |
src = "https://onj.me/shorts/audio/02-Who%27s%20the%20bossa%21.mp3"
|
10 |
-
gr.HTML(f"<audio src='{src}' autoplay></audio>", visible=True)
|
11 |
mic = gr.Audio(
|
12 |
sources=["microphone"],
|
13 |
waveform_options=gr.WaveformOptions(
|
|
|
7 |
|
8 |
with gr.Blocks(title="Mic Test") as demo:
|
9 |
src = "https://onj.me/shorts/audio/02-Who%27s%20the%20bossa%21.mp3"
|
10 |
+
gr.HTML(f"<audio src='{src}' autoplay controls></audio>", visible=True)
|
11 |
mic = gr.Audio(
|
12 |
sources=["microphone"],
|
13 |
waveform_options=gr.WaveformOptions(
|