Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
-
demo = gr.load("models/
|
| 4 |
examples = [["./luke1.1.wav", "transcribe"],
|
| 5 |
],
|
| 6 |
title = "VRCLC Malasar Speech Recognition Demo",
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
+
demo = gr.load("models/vrclc/Malasar_medium_MTF",
|
| 4 |
examples = [["./luke1.1.wav", "transcribe"],
|
| 5 |
],
|
| 6 |
title = "VRCLC Malasar Speech Recognition Demo",
|