Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.
|
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",
|