antfraia commited on
Commit
89ff071
·
1 Parent(s): c4316b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("models/openai/whisper-large-v2").launch()
4
 
5
  iface = gr.Interface(
6
  title="Speech-to-Text using Whisper v2",
 
1
  import gradio as gr
2
 
3
+ gr.load("models/openai/whisper-large-v2").launch()
4
 
5
  iface = gr.Interface(
6
  title="Speech-to-Text using Whisper v2",