Spaces:
Runtime error
Runtime error
Commit
·
044b0e0
1
Parent(s):
d475e74
Update app.py
Browse files
app.py
CHANGED
@@ -546,7 +546,7 @@ with block:
|
|
546 |
inputs=link)
|
547 |
|
548 |
gr.Markdown("### Audio Examples")
|
549 |
-
gr.Examples([[os.path.join(os.path.dirname(__file__),"audios/
|
550 |
|
551 |
gr.Markdown("### About the app:")
|
552 |
|
|
|
546 |
inputs=link)
|
547 |
|
548 |
gr.Markdown("### Audio Examples")
|
549 |
+
gr.Examples([[os.path.join(os.path.dirname(__file__),"audios/EnglishLecture.mp4")]], inputs=audio_file)
|
550 |
|
551 |
gr.Markdown("### About the app:")
|
552 |
|