cdliang11 commited on
Commit
881bb12
·
1 Parent(s): 5593bd9
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -72,7 +72,7 @@ def speaker_extraction(audio, audio_name):
72
 
73
  inputs = [
74
  gr.Audio(type="filepath", label='Input audio', show_download_button=True),
75
- gr.inputs.Textbox(
76
  lines=1,
77
  placeholder="Enter the <recoid> ...",
78
  label="Audio name",
@@ -80,7 +80,7 @@ inputs = [
80
  ]
81
 
82
  # output = gr.Audio(type="filepath",label="Extract Speaker")
83
- output = gr.outputs.Textbox(label="RTTM", )
84
 
85
  # # description
86
  description = (
 
72
 
73
  inputs = [
74
  gr.Audio(type="filepath", label='Input audio', show_download_button=True),
75
+ gr.Textbox(
76
  lines=1,
77
  placeholder="Enter the <recoid> ...",
78
  label="Audio name",
 
80
  ]
81
 
82
  # output = gr.Audio(type="filepath",label="Extract Speaker")
83
+ output = gr.Textbox(label="RTTM", )
84
 
85
  # # description
86
  description = (