calebaryee321 commited on
Commit
ea0fe8d
1 Parent(s): 9fe09ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def transcribe(audio):
44
 
45
  return image
46
 
47
-
48
  gr.Interface(
49
  fn=transcribe,
50
  inputs=gr.Audio(source="microphone", type="filepath"),
 
44
 
45
  return image
46
 
47
+ # gradio
48
  gr.Interface(
49
  fn=transcribe,
50
  inputs=gr.Audio(source="microphone", type="filepath"),