Spaces:
Runtime error
Runtime error
Commit
·
a622315
1
Parent(s):
39616aa
Update app.py
Browse files
app.py
CHANGED
@@ -546,10 +546,9 @@ with block:
|
|
546 |
inputs=link)
|
547 |
|
548 |
gr.Markdown("### Audio Examples")
|
549 |
-
gr.Examples([
|
550 |
-
[os.path.join(os.path.dirname(__file__),"audios/EnglishLectura.wav")],
|
551 |
# [os.path.join(os.path.dirname(__file__),"audios/TED_platon.wav")],
|
552 |
-
]
|
553 |
inputs=audio_file)
|
554 |
|
555 |
gr.Markdown("### About the app:")
|
|
|
546 |
inputs=link)
|
547 |
|
548 |
gr.Markdown("### Audio Examples")
|
549 |
+
gr.Examples([[os.path.join(os.path.dirname(__file__),"audios/EnglishLectura.mp4")],
|
|
|
550 |
# [os.path.join(os.path.dirname(__file__),"audios/TED_platon.wav")],
|
551 |
+
],
|
552 |
inputs=audio_file)
|
553 |
|
554 |
gr.Markdown("### About the app:")
|