jharrison27 commited on
Commit
18f094b
·
1 Parent(s): 8954b8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def transcribe(audio, state = ""):
60
  state = state + transcriptions
61
  return state, state
62
 
63
- gr.interface(
64
  fn=transcribe,
65
  inputs=[
66
  gr.Audio(source="microphone", type='filepath', streaming=True),
 
60
  state = state + transcriptions
61
  return state, state
62
 
63
+ gr.Interface(
64
  fn=transcribe,
65
  inputs=[
66
  gr.Audio(source="microphone", type='filepath', streaming=True),