mindspark121 commited on
Commit
072fff6
·
verified ·
1 Parent(s): e2fd9c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def transcribe(audio):
15
 
16
 
17
  # Corrected Gradio UI
18
- gr.Interface(
19
  fn=transcribe,
20
  inputs=gr.Audio(sources=["microphone"], type="filepath"),
21
  outputs="text",
 
15
 
16
 
17
  # Corrected Gradio UI
18
+ app = gr.Interface(
19
  fn=transcribe,
20
  inputs=gr.Audio(sources=["microphone"], type="filepath"),
21
  outputs="text",