Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1 +1,4 @@
|
|
1 |
-
import gradio as gr
|
|
|
|
|
|
|
|
1 |
+
import gradio as gr
|
2 |
+
|
3 |
+
# Load the model using gr.load
|
4 |
+
gr.Interface.load("facebook/s2t-wav2vec2-large-en-ar", input=gr.Audio(), output="text").launch()
|