Commit
·
4c54e46
1
Parent(s):
37ffffb
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
|
|
3 |
|
4 |
|
5 |
inputs=gr.Audio(type="filepath")
|
6 |
-
pipe = pipeline(model="TruongScotl/
|
7 |
title = "Speech to Text Translation"
|
8 |
description = """
|
9 |
<p>
|
|
|
3 |
|
4 |
|
5 |
inputs=gr.Audio(type="filepath")
|
6 |
+
pipe = pipeline(model="TruongScotl/stvi")
|
7 |
title = "Speech to Text Translation"
|
8 |
description = """
|
9 |
<p>
|