oItsMineZ commited on
Commit
60d2836
·
verified ·
1 Parent(s): 4753ad5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="microphone", label="Or record an audio:", type="filepath")
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"], label="Or record an audio:", type="filepath")
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"),