textToSQL commited on
Commit
0956aae
·
1 Parent(s): 2f8eb98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -41,15 +41,3 @@ gr.Interface(
41
  ],
42
 
43
  live=True).launch()
44
-
45
- gr.Interface(
46
- title = 'OpenAI Whisper ASR Gradio Web UI',
47
- fn=transcribe,
48
- inputs=[
49
- gr.inputs.Audio(source="microphone", type="filepath")
50
- ],
51
- outputs=[
52
- "textbox"
53
- ],
54
-
55
- live=True).launch()
 
41
  ],
42
 
43
  live=True).launch()