MrAli813 commited on
Commit
7aa87d8
·
verified ·
1 Parent(s): 07950de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ A5 = gr.load("models/google/gemma-7b",
113
  mf_transcribe = gr.Interface(
114
  fn=transcribe,
115
  inputs=[
116
- gr.Microphone(type="filepath", optional=True),
117
  gr.Audio(source="upload", type="filepath", optional=True),
118
  ],
119
  outputs="text",
 
113
  mf_transcribe = gr.Interface(
114
  fn=transcribe,
115
  inputs=[
116
+ gr.Microphone(type="filepath"),
117
  gr.Audio(source="upload", type="filepath", optional=True),
118
  ],
119
  outputs="text",