Core23 commited on
Commit
bcdbee5
1 Parent(s): 805a771

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -11,7 +11,6 @@ iface = gr.Interface(
11
  fn=transcribe,
12
  inputs=gr.Audio(source="microphone", type="filepath"),
13
  outputs="text",
14
- title="Core23lab",
15
  description="Record, then click 'Submit' for transcription.",
16
  )
17
 
 
11
  fn=transcribe,
12
  inputs=gr.Audio(source="microphone", type="filepath"),
13
  outputs="text",
 
14
  description="Record, then click 'Submit' for transcription.",
15
  )
16