freeja commited on
Commit
c6750c3
1 Parent(s): d72ad49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def text_to_speech(text,language):
33
 
34
 
35
 
36
- face = gr.Interface(
37
  fn=transcribe_audio,
38
  inputs=[
39
  gr.Audio(source="microphone", type="filepath", label="Transcribe from Microphone"),
 
33
 
34
 
35
 
36
+ iface = gr.Interface(
37
  fn=transcribe_audio,
38
  inputs=[
39
  gr.Audio(source="microphone", type="filepath", label="Transcribe from Microphone"),