cdliang11
commited on
Commit
·
881bb12
1
Parent(s):
5593bd9
fix error
Browse files
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.
|
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.
|
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 = (
|