Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -688,7 +688,7 @@ def GradioSetup(UTheme=gr.themes.Soft()):
|
|
688 |
with gr.Row():
|
689 |
with gr.Column(): # First column for audio-related inputs
|
690 |
dropbox = gr.File(label="Drag your audio here:")
|
691 |
-
record_button=gr.Audio(source=
|
692 |
input_audio0 = gr.Textbox(
|
693 |
label="Manual path to the audio file to be processed",
|
694 |
value=os.path.join(now_dir, "audios", "someguy.mp3"),
|
|
|
688 |
with gr.Row():
|
689 |
with gr.Column(): # First column for audio-related inputs
|
690 |
dropbox = gr.File(label="Drag your audio here:")
|
691 |
+
record_button=gr.Audio(source="microphone", type="filepath", label="Or record an audio:")
|
692 |
input_audio0 = gr.Textbox(
|
693 |
label="Manual path to the audio file to be processed",
|
694 |
value=os.path.join(now_dir, "audios", "someguy.mp3"),
|