akki2825 commited on
Commit
d509c9b
·
1 Parent(s): 6e87384

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -49,7 +49,7 @@ def transcribe(speech, stream):
49
  demo = gr.Interface(
50
  transcribe,
51
  # [gr.Audio(source="microphone", streaming=True), "state"],
52
- [gr.Audio(label="Upload Audio File", source="upload", type="filepath")],
53
  ["text", "state"],
54
  live=True,
55
  )
 
49
  demo = gr.Interface(
50
  transcribe,
51
  # [gr.Audio(source="microphone", streaming=True), "state"],
52
+ gr.Audio(label="Upload Audio File", source="upload", type="filepath"),
53
  ["text", "state"],
54
  live=True,
55
  )