Spaces:
Sleeping
Sleeping
kavyamanohar
commited on
Commit
•
14385f8
1
Parent(s):
6258e7d
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
import gradio as gr
|
|
|
2 |
|
3 |
-
gr.load("models/vrclc/Whisper-med-ml"
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
+
import os
|
3 |
|
4 |
+
gr.load("models/vrclc/Whisper-med-ml", examples = [
|
5 |
+
[os.path.join(os.path.abspath(''),"./sample1.wav")]
|
6 |
+
]).launch()
|